Changes between Initial Version and Version 2 of Ticket #57146


Ignore:
Timestamp:
Sep 21, 2018, 3:24:13 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57146

    • Property Keywords h5py hdf5 removed
    • Property Owner set to eborisch
    • Property Status changed from new to assigned
  • Ticket #57146 – Description

    initial v2  
    22
    33I'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{{{
    55$ python -c "import h5py"
    66Traceback (most recent call last):
     
    1111  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/h5py/_errors.so
    1212  Reason: Incompatible library version: _errors.so requires version 103.0.0 or later, but libhdf5.101.dylib provides version 102.0.0
    13 
     13}}}
    1414I've tried
     15{{{
    1516sudo port -nR upgrade --force py-h5py
    16 
     17}}}
    1718I've also tried uninstalling and reinstalling.  I'm wondering if a library needs to be updated in the port?
    1819