Skip to content
Snippets Groups Projects
Commit 8535eeeb authored by Felix Kleinert's avatar Felix Kleinert
Browse files

include pip insatllation for netcdf4

parent e2447690
Branches
Tags
4 merge requests!146Develop,!145Resolve "new release v0.12.0",!140Resolve "Failure on HPC installation",!139Draft: Resolve "KZ filter"
...@@ -34,6 +34,7 @@ pip install -r ${cur}/requirements_JUWELS_additionals.txt ...@@ -34,6 +34,7 @@ pip install -r ${cur}/requirements_JUWELS_additionals.txt
pip install --ignore-installed matplotlib==3.2.0 pip install --ignore-installed matplotlib==3.2.0
pip install --ignore-installed pandas==1.0.1 pip install --ignore-installed pandas==1.0.1
pip install -U typing_extensions pip install -U typing_extensions
pip install -U netcdf4
# Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation) # Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation)
# source venv/bin/activate # source venv/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment