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
Node-Gyp version 8 requires Python 3.6 and above. That was introduced when support for Python 2 was dropped.
Debian 9 (Stretch) comes with Python 3.5. It is in LTS mode until the end of June 2022.
NPM upgraded to Version 8 of node-gyp, and support for Debian 9 was inadvertently dropped as a result.
See full bug description here: npm/run-script#40
To allow NPM to use version 8 of node-gyp - set lowest required version of Python to 3.5 instead of 3.6.
The text was updated successfully, but these errors were encountered:
Not going to happen. We try to keep a secure platform. https://devguide.python.org/devcycle/#end-of-life-branches
Python 3.6 and above support both type hint (help us find bugs) and f-strings (accelerate string manipulation).
Sorry, something went wrong.
No branches or pull requests
Overview
Node-Gyp version 8 requires Python 3.6 and above.
That was introduced when support for Python 2 was dropped.
Debian 9 (Stretch) comes with Python 3.5.
It is in LTS mode until the end of June 2022.
Problem
NPM upgraded to Version 8 of node-gyp, and support for Debian 9 was inadvertently dropped as a result.
See full bug description here: npm/run-script#40
Solution
To allow NPM to use version 8 of node-gyp - set lowest required version of Python to 3.5 instead of 3.6.
The text was updated successfully, but these errors were encountered: