You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python -c 'import numpy'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'numpy'
A simple fix would be to add a test that [lindex [split [module-info name] {/}] 0] == 'conda' and fail with an error message if it does not, or you could change line 17 to get the last element of the list instead of the second element.
The text was updated successfully, but these errors were encountered:
Loading the conda modules with
is failing without an error message due to how the module works out which environment to load at https://github.com/coecms/conda-envs/blob/analysis3/modules/.common.v2#L17. Users see e.g.
A simple fix would be to add a test that
[lindex [split [module-info name] {/}] 0] == 'conda'
and fail with an error message if it does not, or you could change line 17 to get the last element of the list instead of the second element.The text was updated successfully, but these errors were encountered: