Skip to content

Available Python wheels/en

A current list of the Python wheels available from the wheelhouse on our national systems is presented below. This list changes as new wheels are added. You can request the installation or update of a particular wheel by contacting technical support.

Availability

Some wheels may not be available in the specific StdEnv you have loaded.

To find out which wheels can be installed in your active StdEnv, use the avail_wheels command described in Available wheels.

Listing wheels from modules

Some wheels may not be listed, as they are part of modules. For example: * pyarrow (Arrow) * pyqt5 (QT) * petsc4py (PETSc) * opencv_python (OpenCV)

You can search for such extension with:

module spider <python package>

Listing wheels from current software environment

  1. Load the software environment.

    module load StdEnv/YYYY
    
    where YYYY is 2020 or 2023

  2. Look for a specific wheel.

    avail_wheels <name>
    
    where name is the name the wheel you are looking for.

Available wheels across all software environments