We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to install PyNode on my windows environnement.
I created a python 3.7 venv and activated it, then I have run: npm install @fridgerator/pynode But I get an error:
npm install @fridgerator/pynode
gyp ERR! find Python - "C:\Users\FrancoisIhry\workspace\pynode_PoC\venv\Scripts\python3.7.exe" could not be run
Though when I run the path C:\Users\FrancoisIhry\workspace\pynode_PoC\venv\Scripts\python3.7.exe, I get a Python shell.
C:\Users\FrancoisIhry\workspace\pynode_PoC\venv\Scripts\python3.7.exe
Any idea ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to install PyNode on my windows environnement.
I created a python 3.7 venv and activated it, then I have run:
npm install @fridgerator/pynode
But I get an error:
gyp ERR! find Python - "C:\Users\FrancoisIhry\workspace\pynode_PoC\venv\Scripts\python3.7.exe" could not be run
Though when I run the path
C:\Users\FrancoisIhry\workspace\pynode_PoC\venv\Scripts\python3.7.exe
, I get a Python shell.Any idea ?
The text was updated successfully, but these errors were encountered: