I am using dolfin 2019.1.0 (master 946dbd), compiled from source on
CentOS 8.1, working fine.
However, importing mshr (2019.1.0) gives the following error:
In [1]: import mshr
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-22e342faaa44> in <module>
----> 1 import mshr
~/dev/fenics-master-2020-07-02/venv/lib/python3.6/site-packages/mshr/__init__.py
in
<module>
22 import dolfin
23
---> 24 from .cpp import Circle
25 from .cpp import Ellipse
26 from .cpp import Rectangle
ImportError: libmshr.so.2019.1: cannot open shared object file: No such
file or
directory
The installation of mshr did not show any errors, see log attached.
Not sure where to look for the cause of the error. I'd much appreciate
any hints.
Thank you!
David