-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
Not able to use Fundus due to not being able to load a library #449
Comments
Traceback (most recent call last): |
Thanks @aaslan20 :) Could you check if |
I already have FastWARC==0.14.5 and I optionally tried to update it. The result is the same error, but instead of libz.1.2.13.dylib it wanted a newer version. For now I used Colab to solve my task with Fundus |
Problem: I can't use Fundus at all
Description: When trying to import something from Fundus I get the error that a library �cannot be loaded
My attempt to solve it: I installed zlib 1.2.1, configured and compiled it in terminal. Lastly I added the path to my bash_profile so the libz.1.2.13.dylib can be loaded. Additionally I checked the rights for libz.1.2.13.dylib
Stack Trace: dlopen(/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/fastwarc/stream_io.cpython-39-darwin.so, 2): Library not loaded: @loader_path/.dylibs/libz.1.2.13.dylib
Referenced from: [/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/fastwarc/stream_io.cpython-39-darwin.so](https://file+.vscode-resource.vscode-cdn.net/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
Environment:
OS: Mojave 10.14.6
Python: 3.9
Fundus: 0.3.0
Zlib: 1.2.13
The text was updated successfully, but these errors were encountered: