Error with installation #20618
-
|
Hello, however, whenever I try loading anaconda, installing PETSc fails with the error that there are no C compiler found. any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
|
Hello If loading your conda environment comes with a set of compilers, a different MPI library, etc, then this will set it up for failure, as there will be conflicts between the modules you loaded and the conda packages. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
If loading your conda environment comes with a set of compilers, a different MPI library, etc, then this will set it up for failure, as there will be conflicts between the modules you loaded and the conda packages.
Is there a python module you can load instead? Or a clean anaconda environment?
Guillaume