-
Couldn't load subscription status.
- Fork 60
Description
Python is installed in c:\Python\Python311. I am able to fetch python version with command 'python --version'.
But the command 'python3 --version' does not fetch python version. However, pythonia expects python3.exe
NOTE :PYTHON_BIN environment variable also not set.
I am consuming the package from node application.
python3.exe is not found.
JSPyBridge/src/pythonia/StdioCom.js
Line 16 in d172170
| this.proc = cp.spawn(process.env.PYTHON_BIN || 'python3', args, { stdio }) |
Expected : It should fall back to python
Actual :
BridgeException: Attempt to access 'fileImport' failed. Python didn't respond in time (100000ms), look above for any Python errors. If no errors, the API call hung.
