On a clean install of Ubuntu 24, using the now-enforced venv conventions for Python 3.12.3 I’m seeing panda3d-gltf fail to hook into my venv.
pip list shows the following:
Package Version
numpy 2.3.4
Panda3D 1.10.15
panda3d-complexpbr 0.6.0
panda3d-gltf 1.3.0
panda3d-simplepbr 0.13.1
pip 24.0
setuptools 80.9.0
typing_extensions 4.15.0
However, command line tools like gltf2bam don’t seem to be getting recognized while in the Python venv, and .glb files load in sideways. IE gltf2bam: command not found
Panda3D 1.10.15 itself seems to be working in general in the same venv. If I’m missing something obvious please let me know.