/usr/lib/panda3d not found

After installing Panda SDK with pip install panda3d==1.10.13 I have /usr/include/panda3d on my Ubuntu but I can not find /usr/lib/panda3d. Maybe I should install Panda SDK differently? How can I find panda libs location on my Ubuntu?

$ ls /usr/lib/panda3d
ls: cannot access '/usr/lib/panda3d': No such file or directory

PS. What I am actuall trying to do is to build great project I found on GitHub named Shaders for Beginners

On my installation, it looks like the relevant directory is:

~/.local/lib/python3.6/site-packages/panda3d

I already found out the proper location is /usr/lib/x86_64-linux-gnu/panda3d

But after successful build I encounter problem extension Xfree86-dga missing while running the resulting executable on my Ubuntu inside Virtual Box

Interesting! It seems that our systems differ in this!

(I’m afraid that I don’t know much about the extension that you mention; perhaps someone else will have a better idea of what’s going on there!)

The error message is unrelated to the crash. I don’t know what the crash is about.

I fixed my initial problem simply by building project on Windows instead of Ubuntu following this guide https://github.com/lettier/3d-game-shaders-for-beginners/issues/37