From 1bae8f2e2b35aae925dc47a7adfe047516b7c11b Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Tue, 7 Apr 2020 11:34:11 +0200 Subject: [PATCH] update pip install for matplotlib --- setup_venv.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup_venv.sh b/setup_venv.sh index c740d587..21733f38 100755 --- a/setup_venv.sh +++ b/setup_venv.sh @@ -16,4 +16,13 @@ source venv/bin/activate export PYTHONPATH=${PWD}/venv/lib/python3.6/site-packages:${PYTHONPATH} pip install -r requirements_JUWELS_outcommented.txt +pip install --ignore-installed matplotlib==3.2.0 + +# Comment: Maybe we have to export PYTHONPATH a second time ater activating the venv (after job allocation) +# source venv/bin/activate +# alloc_develgpu +# source venv/bin/activate +# export PYTHONPATH=${PWD}/venv/lib/python3.6/site-packages:${PYTHONPATH} +# srun python run.py + -- GitLab