Opened 6 years ago
Last modified 4 years ago
#57146 closed defect
h5py Library not updated — at Version 2
Reported by: | boatmorrow | Owned by: | eborisch (Eric A. Borisch) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.3 |
Keywords: | Cc: | boatmorrow | |
Port: | py-h5py |
Description (last modified by mf2k (Frank Schima))
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 (2)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | h5py hdf5 removed |
Owner: | set to eborisch |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and add the port maintainer(s) to Cc (
port info --maintainers py-h5py
), if any.