...
You should install EasyBuild using Python and venv (virtual environment).
Install EasyBuild using Python
Code Block | ||
---|---|---|
| ||
module load itm-python/3.10.13 |
...
python3 -m venv venv |
...
module |
...
purge source venv/bin/activate |
...
pip3 install easybuild |
You can use a different version of Python. Remember to purge
all unnecessary modules that can cause conflicts with new modules created by EasyBuild.
...