Opened 6 years ago

Last modified 3 years ago

#57146 closed defect

h5py Library not updated — at Initial Version

Reported by: boatmorrow Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.5.3
Keywords: Cc: boatmorrow
Port: py-h5py

Description

Hello,

I've installed py-h5py. It worked until I recently upgraded all ports with "port upgrade outdated". Now when I try to import h5py I get:

$ python -c "import h5py" Traceback (most recent call last):

File "<string>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/h5py/init.py", line 26, in <module>

from . import _errors

ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/h5py/_errors.so, 2): Library not loaded: @loader_path/.dylibs/libhdf5.101.dylib

Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/h5py/_errors.so Reason: Incompatible library version: _errors.so requires version 103.0.0 or later, but libhdf5.101.dylib provides version 102.0.0

I've tried sudo port -nR upgrade --force py-h5py

I've also tried uninstalling and reinstalling. I'm wondering if a library needs to be updated in the port?

Thanks, Payton

Change History (0)

Note: See TracTickets for help on using tickets.