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?