...
$ module load python/3.9.7 py-setuptools/57.4.0-py3.9.7
To install Python packages on top of Pawsey-provided scientific Python packages, use the Python container module instead (pip and setuptools included):
$ module load hpc-python-container/2022.05-py3.9.7
Once you choose one of these two options to install Python packages, you should keep using it, to avoid conflicts and errors arising from packages installed in different locations.
...
Column | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
Now let's proceed with the installation. We're going to use pip with the --user
flag to install in the Python user directory. (Users cannot install software in system directories on shared Pawsey supercomputer systems.)
...