'Failed building wheel for kivy

Im trying to test my app out which i made using Kivy on Termux but it says Failed building wheel for kivy.



Solution 1:[1]

This error was fixed after I had install the clang module.

pip install clang

After this I had ran the following

pip install kivy

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 unofficialdxnny