I'm experiencing an issue when trying to install the Kivy library in Termux on an Android device. The installation fails despite following the necessary setup steps.
What steps will reproduce the bug?
Update Termux and install Python with the latest version:
The expected behavior is for Kivy to install successfully without any errors after following the above steps. Once installed, I should be able to import and use Kivy in Python within Termux
Problem description
I'm experiencing an issue when trying to install the Kivy library in Termux on an Android device. The installation fails despite following the necessary setup steps.
What steps will reproduce the bug?
pkg update && pkg upgrade pkg install python
pkg install clang make libffi-dev python-dev
pip install cython
pip install kivy
Error Messages: problem.txt
What is the expected behavior?
The expected behavior is for Kivy to install successfully without any errors after following the above steps. Once installed, I should be able to import and use Kivy in Python within Termux
System information