Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you guys support python 3 versions? #806

Closed
nitinsinghit opened this issue Dec 13, 2017 · 2 comments
Closed

Do you guys support python 3 versions? #806

nitinsinghit opened this issue Dec 13, 2017 · 2 comments

Comments

@nitinsinghit
Copy link

nitinsinghit commented Dec 13, 2017

Answer the following questions:

  1. What is your version of Node.js? v8.9.3

  2. What is the version of Oracle Database? 12C

  3. What is your OS and version? Windows 2016

@cjbj
Copy link
Member

cjbj commented Dec 13, 2017

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.

@nitinsinghit
Copy link
Author

nitinsinghit commented Dec 14, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants