Open rosella1234 opened 3 years ago
Sorry for the late reply. Were those Python packages installed under the base Anaconda environment (/home/biolab/anaconda3/bin/python
)? Otherwise, you may have to check the PYTHON_EXECUTABLE
CMake variable and point it to the respective conda environment (e.g., /home/biolab/anaconda3/envs/mass/bin/python
). Presumably you could activate the appropriate environment before running cmake
/ ccmake
as long as you are not using the CMake GUI.
when trying to compile MASS (ccmake MASS_1.1.0) the following error occurs :
Is this related on an incorrect installation of basis? I have python istalled on my machine and all the modules that cmake can't find during compilation actually exist thanks