JeremyBYU / bpyproj

A blender add-on for Map Projections
GNU General Public License v3.0
5 stars 1 forks source link

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

Open vvoovv opened 3 years ago

vvoovv commented 3 years ago

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

Traceback (most recent call last): File "", 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 commented 3 years ago

@JeremyBYU can you reproduce this error on Mac?

Do you have an idea why it happens on Mac?

vvoovv commented 3 years ago

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

from bpyproj.projection import GeneralProjection