-
Notifications
You must be signed in to change notification settings - Fork 290
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
[Windows] Build Node.js from sources #1457
Comments
Your default python executable on Windows seems to be Python 3, but at this point Node.js only supports building with Python 2. Usually, there should be a more helpful error message that points this out, but since nodejs/node@074e7f8 (my bad), the |
This un-‘breaks’ the error message we print when using Python 3 to run `configure`. Refs: nodejs/help#1457
This is a bit strange, since
|
Thanks. @refack Actually, the problem was that I had messed up my own python binaries. After fixing them, the compiling process was successfull. I see that |
This un-‘breaks’ the error message we print when using Python 3 to run `configure`. Refs: nodejs/help#1457 PR-URL: #22536 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
This un-‘breaks’ the error message we print when using Python 3 to run `configure`. Refs: nodejs/help#1457 PR-URL: #22536 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
This un-‘breaks’ the error message we print when using Python 3 to run `configure`. Refs: nodejs/help#1457 PR-URL: #22536 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
This un-‘breaks’ the error message we print when using Python 3 to run `configure`. Refs: nodejs/help#1457 PR-URL: #22536 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
@ghost - is this still outstanding? |
inactive, closing |
Why does this error occur? Is it a problem with MSVS 15.0?
The text was updated successfully, but these errors were encountered: