Hello everybody!
Since a few days ago I've been going through Moose and Moltres tests and tutorials and today I encountered this specific problem for the first time.
I wanted to run the step01_groupConstants tutorial by this command:
$MOLTRES/python/extractSerpent2GCs.py MSREProperties msre_gentry_4g tempMapping.txt secBranch.txt universeMapping.txt
and what was prompted was:
Traceback (most recent call last):
File "/home/peppe/projects/moltres/python/extractSerpent2GCs.py", line 6, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Following advice found on different fora I tried to reinstall the numpy package that I already had had but the error still remains there. Exporting the path of the numpy folder to the $PATH variable did not help either. Would anyone have any suggestions as to how to fix this issue? That would be of great help.
Right now I have the 1.16.2 version of numpy. Do you think reinstalling conda would solve the problem? Would it affect the applications I have already created in any way?
Thank you,
Matt