-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
build fails on OSX 10.10 #32452
Comments
master is at 96f06e6. From stackoverflow it looks like python may be messed up. I tried to |
|
Looking at the python code it may also be the case that it is not finding the openssl implementation. |
|
brew link --overwrite python worked as suggested by the error message. |
This is most likely the same as nodejs/build#2238 (which I think only fixed the 10.11 macs). fyi @AshCripps |
seeing the same on 12.x on 10.15.4. Trying an xcode upgrade (11.4 to 11.4.1) update brew uninstall of all pythons python@2 and [email protected] etc (yes, breaking all the things) and going back to /usr/bin/python worked. another update
So, I did still have
see discussions in nodejs/node-gyp#1337 (comment) Is there a way Node could detect this situation and suggest something? I'm not sure what the right fix is exactly. Perhaps Update I forgot that I was on a 12.x branch, should mention that! |
Is this issue still open? Python 2 died on 1/1/2020 so If you have done |
I've been starting several Node.js 10 builds today (I believe we only build Node.js 10 on macOS 10.10 now) and haven't seen the issue reported here. |
Steps to reproduce:
git clone https://github.com/nodejs/node
cd node
./configure
The result:
The text was updated successfully, but these errors were encountered: