Question:
Hello, I’m learning python, and I want to try a Panda3D project. But I just can’t install the package, neither using pip install. How can I fix it?
Thank to everyone!
Replit Profile: https://replit.com/@gochan562
Hey @gochan562!
For me, running pip install panda3d
in the Shell tab works for me.
You could also install the dev build of that package like so (in Shell):
pip install --pre --extra-index-url https://archive.panda3d.org/ panda3d