We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ChristopherMayes observed an rpath issue with setu.py based installs from PyPI with 0.7.1a regarding RPaths of our ADIOS1 wrapper library.
setu.py
0.7.1a
In 0.8.0 we will only build this when ADIOS1 is actually used, but the problem could still be there (when ADIOS1 is present):
>>> import openpmd_api Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/openpmd_api.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libopenPMD.ADIOS1.Serial.dylib Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/openpmd_api.cpython-36m-darwin.so Reason: image not found
HDF5: 1.10.4 h5py: 2.9.0 macOS Mojave (latest) python 3.6.8
The text was updated successfully, but these errors were encountered:
ax3l
No branches or pull requests
@ChristopherMayes observed an rpath issue with
setu.py
based installs from PyPI with0.7.1a
regarding RPaths of our ADIOS1 wrapper library.In 0.8.0 we will only build this when ADIOS1 is actually used, but the problem could still be there (when ADIOS1 is present):
Environment
HDF5: 1.10.4
h5py: 2.9.0
macOS Mojave (latest)
python 3.6.8
The text was updated successfully, but these errors were encountered: