Open
Description
i have installed numpy using pip.
running python locally i can import it without problems, but when pyshell runs, then the python script cannot find the numpy module. the user running the nodejs process is the same as the user which has installed the packages.
packages are located under:
python -m site
sys.path = [
...
'/usr/local/lib/python3.11/site-packages',
]
how come ?