We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After cloning and running npm install, an error pops up during the installation of node-gyp. One of the nested dependencies was in python2.
npm install
Currently using: Win10 node 16.13.1 Python 3.10
npm ERR! gyp verb check python checking for Python executable "python" in the PATH npm ERR! gyp verb `which` succeeded python C:\Users\AppData\Local\Programs\Python\Python310\python.EXE npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Command failed: C:\Users\AppData\Local\Programs\Python\Python310\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After cloning and running
npm install
, an error pops up during the installation of node-gyp. One of the nested dependencies was in python2.Currently using:
Win10
node 16.13.1
Python 3.10
The text was updated successfully, but these errors were encountered: