Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ 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
width900px


Code Block
languagebash
themeDJango
titleTerminal 1: Set up environment for pip
$ module load python/3.911.76
$ module load py-pip/2123.1.2-py3.911.76

$ module load py-numpy/1.2026.31


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.)

...