-
Notifications
You must be signed in to change notification settings - Fork 35
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
import pdal: Library not loaded. #160
Comments
Hmm... It looks like your libpdalpython.cpython-312-darwin.so has an RPATH that resolves to You can hammer this by setting Is there any way to get more logging from when the PDAL Python extension was built? It's just using scikit-build to slurp up the PDAL library locations, but something must be getting confused. |
I don't have the logging but I can try reinstalling it. |
Cmake ourput: -- The CXX compiler identification is AppleClang 15.0.0.15000100
-- The following OPTIONAL packages have been found:
-- The following REQUIRED packages have been found:
-- The following features have been disabled:
-- Configuring done (2.4s) |
Exporiting DYLD_LIBRARY_PATH did not work for me. I have created a sym link between the 2 locations for now. |
ok. I was asking for the logging of python-pdal bindings build. I didn't see anything interesting in your PDAL build log, however. |
Hello!
I have installed PDAL from source using these instructions
Here is the output:
I have verified that the relevant libraries are in /usr/loca/lib:
I then install pdal with pip:
But when I try to import the library I get a "Library not loaded error".
It seems that the python pdal is not linked to the pdal installation. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: