Skip to content

Failed mumps.mumps_context import #1

@lambe

Description

@lambe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions