I am trying to use basic python packages (eg. import numpy) but I keep receiving a module not found error. I know the packages are installed, but they might be in the wrong folder. I don’t have permission to update or download anything new since I am working in a secure remote server with very few permissions.
Python packages cannot be found
FichteFoll
#2
How are you using them (i.e. what kind of script and how do you launch it)? Do you use a virtualenv or your system-wide Python?
0 Likes
ThomSmith
#3
FYI, numpy is not a basic python package. It’s maintained by a third party and is not part of the core Python distribution.
0 Likes