Closed milen-prg closed 1 month ago
I installed in termux the native package python and panda3d. But when I tried to import it in python, it returns error:
from direct.showbase.ShowBase import ShowBase Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'direct'
pkg install python pkg install panda3d
python
The python module must exist and work.
Duplicate of https://github.com/termux/termux-packages/issues/21869 .
Problem description
I installed in termux the native package python and panda3d. But when I tried to import it in python, it returns error:
Steps to reproduce the behavior.
pkg install python pkg install panda3d
python
What is the expected behavior?
The python module must exist and work.
System information