You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Yes, we should probably move away from python3 to python default. But as mentioned you can currently fix this by setting the environment variable ahead of time to the correct path of your Python bin.
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
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.
The text was updated successfully, but these errors were encountered: