Primary information
Username: briel
Cluster: yggdrasil
Description
I’m having issues creating/loading conda environments, when using the provided modules: module load Anaconda3/2024.02-1 and Anaconda3/2020.07
Steps to Reproduce
module load Anaconda3/2024.02-1
conda --version
Expected Result
Show the conda version.
Actual Result
Fatal Python error: init_import_site: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap>", line 980, in exec_module
File "<frozen site>", line 616, in <module>
File "<frozen site>", line 602, in main
File "<frozen site>", line 343, in addusersitepackages
File "<frozen site>", line 226, in addsitedir
File "<frozen site>", line 179, in addpackage
OSError: [Errno 121] Remote I/O error
I’m receiving these I/O related error. For different Anaconda3 version, the error is slightly different, but still I/O related.