Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Library not loaded: @rpath/libproj.13.dylib #17

Open
vvoovv opened this issue Oct 12, 2021 · 2 comments
Open

Library not loaded: @rpath/libproj.13.dylib #17

vvoovv opened this issue Oct 12, 2021 · 2 comments

Comments

@vvoovv
Copy link
Collaborator

vvoovv commented Oct 12, 2021

The "from bpyproj.projection import GeneralProjection” fails with a missing libproj library:

Traceback (most recent call last):
File "<blender_console>", line 1, in
File "/Users/username/Library/Application Support/Blender/2.82/scripts/addons/bpyproj/projection/init.py", line 20, in
from pyproj import Proj
File "/Users/username/Library/Application Support/Blender/2.82/scripts/addons/bpyproj/dependencies/binaries/osx_64_37/site-packages/pyproj/init.py", line 51, in
from pyproj import _proj
ImportError: dlopen(/Users/username/Library/Application Support/Blender/2.82/scripts/addons/bpyproj/dependencies/binaries/osx_64_37/site-packages/pyproj/_proj.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libproj.13.dylib
Referenced from: /Users/username/Library/Application Support/Blender/2.82/scripts/addons/bpyproj/dependencies/binaries/osx_64_37/site-packages/pyproj/_proj.cpython-37m-darwin.so
Reason: image not found

@vvoovv
Copy link
Collaborator Author

vvoovv commented Oct 12, 2021

@JeremyBYU can you reproduce this error on Mac?

Do you have an idea why it happens on Mac?

@vvoovv
Copy link
Collaborator Author

vvoovv commented Oct 12, 2021

Execute the following commands in the Blender Python Console to reproduce the problem:

from bpyproj.projection import GeneralProjection

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

No branches or pull requests

1 participant