fridgerator / PyNode

Node - Python Interop
154 stars 14 forks source link

python3.7.exe could not be run #30

Open fr4nco1s opened 3 years ago

fr4nco1s commented 3 years ago

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 ?