Library not loaded: @rpath/libz.1.dylib
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 372
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 10
Description
I am getting this error
```
OSError: dlopen(/Library/Python/2.7/site-packages/llvmlite/binding/libllvmlite.dylib, 6): Library not loaded: @rpath/libz.1.dylib
Referenced from: /Library/Python/2.7/site-packages/llvmlite/binding/libllvmlite.dylib
Reason: image not found
```
python path
/usr/bin/python
pip path
/usr/local/bin/pip
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the import failure with /usr/bin/python and the installation from /usr/local/bin/pip. Inspect how /Library/Python/2.7/site-packages/llvmlite/binding/libllvmlite.dylib resolves @rpath/libz.1.dylib; done means the llvmlite binding loads successfully in the reported environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100