termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
36.94k stars 3.88k forks source link

[BUG] Native Panda3D package not work #4211

Closed milen-prg closed 1 month ago

milen-prg commented 1 month ago

Problem description

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'

Steps to reproduce the behavior.

pkg install python pkg install panda3d

python

from direct.showbase.ShowBase import ShowBase Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'direct'

What is the expected behavior?

The python module must exist and work.

System information

twaik commented 1 month ago

Duplicate of https://github.com/termux/termux-packages/issues/21869 .