You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried the node-oracledb pre-built binaries that don't need building (and don't need Python to install)? See #716
Node.js add-ons that are built from C code end up using node-gyp which uses gyp which uses Python 2.7. There is plenty of discussion about moving away from Python 2.7 on the node-gyp repo, e.g. nodejs/node-gyp#960 and nodejs/node-gyp#1092 This is not something that node-oracledb can change directly.
Thanks @cjbj I was able to make it work using copying node-oracle binaries approach. I have to use Visual Studio 2013 redistributable for Oracle 12.2client libraries version. Thanks for the help. I avoided using python3
Answer the following questions:
What is your version of Node.js? v8.9.3
What is the version of Oracle Database? 12C
What is your OS and version? Windows 2016
The text was updated successfully, but these errors were encountered: