Changes between Initial Version and Version 1 of Ticket #57146, comment 9
- Timestamp:
- Oct 4, 2018, 7:54:14 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57146, comment 9
initial v1 5 5 Somewhere its still finding the offending libraries, because I still get: 6 6 7 {{{ 7 8 python -c "import h5py" 8 9 Traceback (most recent call last): … … 13 14 Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/h5py/_errors.so 14 15 Reason: Incompatible library version: _errors.so requires version 103.0.0 or later, but libhdf5.101.dylib provides version 102.0.0 16 }}} 15 17 16 18 However, 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.