-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
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
Labels
No labels