Changes between Initial Version and Version 1 of Ticket #57146, comment 9


Ignore:
Timestamp:
Oct 4, 2018, 7:54:14 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57146, comment 9

    initial v1  
    55Somewhere its still finding the offending libraries, because I still get:
    66
     7{{{
    78python -c "import h5py"
    89Traceback (most recent call last):
     
    1314  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/h5py/_errors.so
    1415  Reason: Incompatible library version: _errors.so requires version 103.0.0 or later, but libhdf5.101.dylib provides version 102.0.0
     16}}}
    1517
    1618However, I think this isn't a bug in the port but in my system, so I think its my problem not yours.   I think I installed some packages with fairly heavy dependencies using pip, and now I'm in trouble for using two different package managers - lesson learned.