...
To install Python packages on top of the bare Python interpreter, pip and setuptools are available on Pawsey systems as modules (note the py-
prefix for Python packages):
$ module load python/3.9.7 py-pip/21.1.2-py3.9.7
$ 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 collection module instead (pip and setuptools included):Pawsey systems
$ module load hpc-python-collection/2022.05-py3.9.7
Pawsey Python modules also preconfigure the shell environment to provide a meaningful location for user-specific package installations:
...