-
Notifications
You must be signed in to change notification settings - Fork 80
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
nodenv install
tries to use python and fails on MacOS Monterey 12.3 and later and fails
#764
Comments
DJ Khaled yells:
Switching to python 2.7 and retry
Running on OSX 12.4 via apple silicon M1 |
Any update on this? I'm running into the same issue |
It fails on macOS Sonoma too. I then used homebrew to install python, but then I got The workaround was to brew install python@3.10
ln -s /opt/homebrew/bin/python3.10 /opt/homebrew/bin/python (This is for macOS Sonoma with Homebrew already installed, YMMV...) I suspect the error is coming from the ancient Node build environment, though. I only encountered it when I tried to build Node 14 to test some legacy app. I don't normally see the problem when building Node 18 or 20. |
I posted this issue in the nodenv project but I think it's more related to node-build actually. The issue happens also with the nighty build so it's not related to the node version.
Any help, insight or suggestion on how to debug the problem is very welcome.
The text was updated successfully, but these errors were encountered: