-
Notifications
You must be signed in to change notification settings - Fork 284
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 3 support in Node.js 12 #2363
Comments
Looking at the Travis config files, do I need to set |
Update: I got things working by running |
thanks for self-diagnosing this! maybe worthwhile to add a note to that effect in https://github.com/nodejs/node/blob/master/BUILDING.md#note-about-python-2-and-python-3 ? do you want to try a PR for that? |
Should be unnecessary for Node.js 13 and later because of nodejs/node#30091. |
So that python2 could be moved to community, see #11577 Following advice in nodejs/help#2363 (comment)
Hi, I'm updating our package for
node-js
in the Spack package manager and was wondering if you could help. It looks like Node.js version 12 added experimental support for Python 3, and version 13 added full support, is that correct? How can I experiment with that Python 3 support? I tried settingPYTHON
to my Python 3 executable, but it looks like the configure script still uses the system Python 2 instead.I tried Node.js 13, but it seems that the libraries vendored with
npm
(specificallysharp
) do not yet support Node.js 13.@tgamblin
The text was updated successfully, but these errors were encountered: