Skip to content

Pip install of omamer does not lead to executable omamer #34

@KatharinaHoff

Description

@KatharinaHoff

Dear developers,
I am trying to install omamer via pip in a Docker container with a python 3.10.9. I run

pip install omamer

The binary ends up in /opt/conda/bin/omamer, but it is not executable with the following error message:

Traceback (most recent call last):
  File "/opt/conda/bin/omamer", line 8, in <module>
    sys.exit(main())
  File "/opt/conda/lib/python3.10/site-packages/omamer/main.py", line 33, in main
    from tables import PerformanceWarning
  File "/opt/conda/lib/python3.10/site-packages/tables/__init__.py", line 44, in <module>
    from .utilsextension import get_hdf5_version as _get_hdf5_version
  File "tables/utilsextension.pyx", line 1, in init tables.utilsextension
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

Do you have any advice on how to fix this?

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