Skip to content

Instantly share code, notes, and snippets.

@kyudorimj
Last active January 29, 2022 07:53
Show Gist options
  • Save kyudorimj/ef04010bea0e92a62971661475cc86a7 to your computer and use it in GitHub Desktop.
Save kyudorimj/ef04010bea0e92a62971661475cc86a7 to your computer and use it in GitHub Desktop.
Kivy with Python 3.10

KIVY WITH PYTHON 3.10

As of now only the Kivy nightly wheels are compatible with the latest version of Python.

To install the nightly wheels run each of these commands:

python -m pip install kivy --pre --no-deps --index-url  https://kivy.org/downloads/simple/
python -m pip install kivy[base] --pre --extra-index-url https://kivy.org/downloads/simple/

References:

Installing Kivy: https://kivy.org/doc/stable/gettingstarted/installation.html#install-kivy
Can't Install Latest Version of Kivy using Python 3.10.0: kivy/kivy#7654

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment