Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 2 Nächste Version anzeigen »

An Overview over the different Python Versions available on our System

Description

Python is a powerful programming and scripting language. Its standard library already covers a wide range of tools and facilities. In addition, many third-party software packages created for different purposes are available for Python.

Python Versions and Module Files

The HLRN-IV provides two Anaconda Python distributions. Many packages and Python extensions are available in Anaconda base installations by default. Some packages have been added manually upon user request, please see the table below.


  • Python version 2.7.16 (from Anaconda 2019.03):
    module load anaconda2/2019.03
  • Python version 3.7.3 (from Anaconda 2019.03):
    module load anaconda3/2019.03


Even when none of the Python modules is loaded, Python can still be invoked. In this case, version 2.7.5 of Python is used which is available as part of the operating system on all HLRN nodes. This version, however, is not actively maintained by HLRN staff – no version updates, no extensions.

Installed Python Packages

The list of default packages for the python distributions can be found in the anaconda website: anaconda3/anaconda2

For a complete list of packages currently installed, please load one of the Anaconda modules and execute conda list


PackageHLRN Python environment module
anaconda2/2019.03anaconda3/2019.03
NumPy1.16.21.16.2
nose1.3.71.3.7
SciPy1.2.11.2.1
matplotlib2.2.33.0.3
SIP4.19.84.19.8
PyQt5.9.25.9.2
pycairo1.18.01.18.1
PyGTK2.24.0
wxPython4.0.44.0.4
PyYAML/LibYAML5.1/0.1.75.1/0.1.7
lxml4.3.24.3.2
docutils0.140.14
Sphinx1.8.51.8.5
iPython5.8.07.4.0
SQLite3.27.23.27.2
VTK6.3.0
netcdf4-python1.4.21.4.2
basemap1.2.01.2.0
Mako1.0.91.0.9
h5py2.9.02.9.0
scikit-image0.14.20.14.2
Cython0.29.60.29.6
pytest4.3.14.3.1
pandas0.24.20.24.2
GDAL2.0.0
Shapely1.6.41.6.5
yt3.4.13.4.1
xarray0.11.30.12.1
datashader0.7.00.7.0
pigz2.42.4
Meson
0.51.2
Ninja
1.9.0
PyVista
0.22.4
Scooby
0.4.3
libthoera
1.1.1
appdirs
1.4.3
jsoncpp
1.8.4
libogg
1.3.2
libvorbis
1.3.5
vtk
8.2.0

SciPy adn NumPy are linked against Intel MKL for performance optimization

Requests for the installation of other Python extensions or Anaconda packages can be sent to our support.

Intel Distribution for Python

The current Anaconda installation contain Intel Distribution for Python(IDP).  To initialise the shell and set the conda base environment use the command

source $CONDASH

You can list the available conda environments by the command

conda env list

To activate the IDP environment use the command

conda activate intelpython

To deactivate a conda environment use the command

conda deactivate


  • Keine Stichwörter