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 ?
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/pynodeBut I get an error:
gyp ERR! find Python - "C:\Users\FrancoisIhry\workspace\pynode_PoC\venv\Scripts\python3.7.exe" could not be runThough when I run the path
C:\Users\FrancoisIhry\workspace\pynode_PoC\venv\Scripts\python3.7.exe, I get a Python shell.Any idea ?