Skip to content

Not working with python.exe. Library searches for python3.exe #151

@jeraldpraveen

Description

@jeraldpraveen

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.

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions