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

Python 2 Support #1370

Closed
ataata107 opened this issue Dec 19, 2019 · 5 comments
Closed

Python 2 Support #1370

ataata107 opened this issue Dec 19, 2019 · 5 comments

Comments

@ataata107
Copy link

When i was building the project in windows I was getting this error

print "%s.%s.%s" % sys.version_info[:3]; Invalid Syntax

I 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...

@welcome
Copy link

welcome bot commented Dec 19, 2019

Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄
If you have screenshots to share demonstrating the issue, that's really helpful! 📸 You can make a gif too!

@harshkhandeparkar
Copy link
Member

Do you know which dependency uses python? I don't think the main library does.

@ataata107
Copy link
Author

node-gyp I guess is dependent on python2

@harshkhandeparkar
Copy link
Member

Is that a sub-dependency? If yes, which is the main one?

@harshkhandeparkar
Copy link
Member

We can't really fix these issues ourselves.

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

No branches or pull requests

2 participants