I installed fenics using the command ‘conda install fenics’. Everything installed (seemingly correctly). However, when I to use the command ‘import dolfin’ I get the error:
from .cpp import __version__
ImportError: dlopen(/Users/username/miniconda3/lib/python3.6/site-packages/dolfin/cpp.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libdmumps-5.1.2.dylib
Referenced from: /Users/username/miniconda3/lib/libpetsc.3.10.dylib
Reason: image not found
Does anyone know why this would be? I tried reinstalling petsc and installing mumps (also using conda).