Changes between Initial Version and Version 2 of Ticket #57146
- Timestamp:
- Sep 21, 2018, 3:24:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57146
- Property Keywords h5py hdf5 removed
- Property Owner set to eborisch
-
Property
Status
changed from
new
toassigned
-
Ticket #57146 – Description
initial v2 2 2 3 3 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: 4 4 {{{ 5 5 $ python -c "import h5py" 6 6 Traceback (most recent call last): … … 11 11 Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/h5py/_errors.so 12 12 Reason: Incompatible library version: _errors.so requires version 103.0.0 or later, but libhdf5.101.dylib provides version 102.0.0 13 13 }}} 14 14 I've tried 15 {{{ 15 16 sudo port -nR upgrade --force py-h5py 16 17 }}} 17 18 I've also tried uninstalling and reinstalling. I'm wondering if a library needs to be updated in the port? 18 19