-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 is not configured in npm #3089
Comments
Please paste in text, not pictures. Pictures are not searchable or quotable but text is. Your problem here is not related to Python. Python 3.11.2 was found at
The problem is related to the |
Thanks @cclauss for the response, please find the reponse of the last command (docker-compose -f ./docker-compose.yml up -d) in text:
I have also created binding.gyp file with below content:
Also note that I have Python 3.9.6 and not Python 3.11.2, I am assuming node-gyp might not be able to find with 'python' as I have python3. Do I need to tag python with python3 with some alias, I tried this also taking reference from some post, but still no luck.
Earlier I tried below commands, but now I have reverted.
alias python3="/opt/homebrew/bin/python3" |
Means that Python is NOT your problem. Your problem is:
|
Thanks @cclauss for pointing out. I am using corporate laptop and it has zscalar so I might be running these behind a proxy. Is there a way to setup a my personal cert that node can use. Can you provide some reference. |
The original issue is posted below which is related to setup of a node repo. While doing the setup I am facing issue with node-gyp and python.
citrineos/citrineos#45
@cclauss Can you please help here. I followed the thread #2664
But no luck. let me know if you need any other info to guide me better.
Below is the configuration of my system:
I am getting this error while hitting the command on readme : "docker-compose -f ./docker-compose.yml up -d"
The text was updated successfully, but these errors were encountered: