Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I'm trying to install KIVY on macbook, I had the most recent version of python 3.11, I already deleted it and installed 3.8, and it keeps giving me the same error when installing:

Python
pip install kivy --user


ERROR CMD:

Python
ERROR: Failed building wheel for kivy
Failed to build kivy
ERROR: Could not build wheels for kivy, which is required to install pyproject.toml-based projects


What I have tried:

Does this error have a solution? I've been looking for information on the internet for two days but everything I see I do and it's still the same, nothing.

Or is there another easier-to-install library that doesn't cause so much trouble and is cross-platform? For ios app with python.
Posted
Updated 7-Apr-23 23:54pm

1 solution

Your question is specific to Kivy, rather than general programming. You should check the notes at Installation on macOS — Kivy 2.1.0 documentation[^]. There is also a help forum at Issues · kivy/kivy · GitHub[^] .
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900