-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'm compiling and installing MUMPS.py under Ubuntu 16.04 and the Anaconda Python distribution. The code builds and installs without issue, and "import mumps" succeeds in the python shell, but both unit tests fail with the following error:
mumps/mumps_context.py:6: in
from mumps.src.numpy_mumps_INT32_COMPLEX64 import NumpyMUMPSSolver_INT32_COMPLEX64
E ImportError: No module named numpy_mumps_INT32_COMPLEX64
The numpy_mumps_INT32_COMPLEX64.so library is available in the installed python egg, but the import still fails. I suspect it's something in the build process, but it's hard to pinpoint at the moment. Any suggestions would be helpful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels