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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: