-
Notifications
You must be signed in to change notification settings - Fork 209
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
Python 2 Support #1370
Comments
Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 |
Do you know which dependency uses python? I don't think the main library does. |
node-gyp I guess is dependent on python2 |
Is that a sub-dependency? If yes, which is the main one? |
We can't really fix these issues ourselves. |
When i was building the project in windows I was getting this error
print "%s.%s.%s" % sys.version_info[:3];
Invalid SyntaxI figured out that this was due to powershell using python3 instead of 2. I changed the version to 2 and it was working.
My doubt is that is this project dependent on python2 and if yes than we could add that to the readme.md or try to shift the dependencies to python3.
Thanks...
The text was updated successfully, but these errors were encountered: