Skip to content
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

@rpath error on download #143

Open
mapninja opened this issue Aug 1, 2019 · 1 comment
Open

@rpath error on download #143

mapninja opened this issue Aug 1, 2019 · 1 comment

Comments

@mapninja
Copy link

mapninja commented Aug 1, 2019

Anyone have advice on this error when I run label-maker download?

Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.6/bin/label-maker", line 6, in <module>
    from label_maker.main import cli
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/label_maker/main.py", line 13, in <module>
    from label_maker.download import download_mbtiles
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/label_maker/download.py", line 6, in <module>
    from homura import download
  File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/homura.py", line 8, in <module>
    import pycurl
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pycurl.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libssh2.1.dylib
  Referenced from: /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pycurl.cpython-36m-darwin.so
  Reason: image not found

Something to do with dynamic linking. I'm reading up on how Conda and Homebrew hose each other's links, but it's all greek to me.

@drewbo
Copy link
Contributor

drewbo commented Aug 1, 2019

Maybe conda install libssh2 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants