termux-play-store / termux-issues

Issues for the Play Store build of Termux
5 stars 23 forks source link

Issue Installing Kivy on Termux (Android) #181

Open Maldhzoahdx opened 2 weeks ago

Maldhzoahdx commented 2 weeks ago

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?

  1. Update Termux and install Python with the latest version:

pkg update && pkg upgrade pkg install python

  1. Install required libraries:

pkg install clang make libffi-dev python-dev

  1. Install Cython:

pip install cython

  1. Attempt to install Kivy:

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

Device Model: CPH2219
Android Version: 13
Termux Version: Latest version
Python Version: [Python 3.13]