From 6af0277191798fd7e4b0562b7ef6b3ba70b96304 Mon Sep 17 00:00:00 2001 From: Bruno Benkel Date: Mon, 13 Jan 2025 14:35:10 +0100 Subject: [PATCH] Update INSTALL.md Cleared up the python version requirements when installing pisa through CVMFS and venv. --- INSTALL.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 429e4e4b7..0e56f25a4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -112,11 +112,8 @@ Load the CVMFS environment:
```bash unset OS_ARCH; eval `/cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/setup.sh` ``` -
- on one of IceCube's Cobalt nodes - - Verify that `which python` outputs `/cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/RHEL_7_x86_64/bin/python`. -
+> [!WARNING] +> Make sure you are using python version between 3.8 and 3.10, otherwise the installation will fail due to the `setuptools` package version. ```bash python -m venv /PATH/TO/