Python 3.10 and Kivy

Skip to first unread message

DaveV

unread,
Nov 16, 2021, 5:49:01 PM11/16/21
to Kivy users support
I installed Python 3.10 on my iMac and am trying to install Kivy into a venv.  I read that stable releases of Kivy only support up to Python 3.9, so I'm try to install a current unreleased version of Kivy hoping it will work with Python 3.10.   
The command I am using is (from within my venv): 
python -m pip install kivy 2.0.0 --pre --no-deps --index-url https://kivy.org/downloads/simple/

I am getting this error message:
ERROR: Could not find a version that satisfies the requirement kivy (from versions: none)
ERROR: No matching distribution found for kivy
 
Is there a way to install Kivy and have it work with Python 3.10?  
If not, what should I do?
Thanks - Dave

Elliot Garbus

unread,
Nov 16, 2021, 9:14:49 PM11/16/21
to kivy-...@googlegroups.com

I’s suggest installing Python 3.9 and running kivy with 3.9 until 3.10 is supported.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/8a970840-4038-46c0-a49c-8b51ec0c23d8n%40googlegroups.com.

 

Reply all
Reply to author
Forward
0 new messages