"cannot import lerp"

So after installing panda3d, I was going to run the examples so I could verify the install like the install guide said. However, there wasn’t an examples folder in it. However, I was able to find a thread where someone had the same issue and was given a .zip with the examples. So now I have the examples, and I tried to run them. However, when I open them in vscode and try to run them, a window opens for less than a second and closes, then giving me the error " cannot import lerp from panda3d."
Edit: I may have found the issue… I used pip install because I already have python, but I need to put the directory for panda3d into the python directory. I also need to make sure my python version matches.

Welcome to the community!

It’s probably the case that VSCode is using a different installation of Python, one which doesn’t have panda3d installed. Make sure you’re pointing it at the right installation of Python, or make sure to install panda3d into the one that VSCode is pointed at.

You can also install Panda3D using the installer exe, which makes it available to any Python installations on your system, and also puts the samples folder on your computer.