How to Deal with Kivy Installing Error in Python 3.8

I tried to install kivy for python 3.8.1 on windows 10 and I have this error

You should try installing it in python 3.7, Kivy may not be updated according to 3.8. Or you can follow this steps that explained in
How to deal with Kivy installing error in Python 3.8?

Good luck!

Cannot install Kivy (windows 10, python 3.8)

We don't currently provide wheels for the latest Kivy stable release under Python 3.8 on Windows. Your options are:

  • set up a working compiler toolchain and compile Kivy yourself
  • use Python 3.7
  • use the Kivy master branch, which does have Python 3.8 wheels available - I don't remember how but at worst someone on the Kivy discord will know

Note that the latest Kivy stable release does support Python 3.8, it works fine and that's why the first option is available. The problem is entirely the lack of prebuilt binaries.

Install kivy Python 3.8.3

Kivy is not supported still on python 3.8, I use python 3.7, and it's the best version, because PyInstaller works on it, and you can compile for windows, mac, android and ios
So I recommend using it, delete the current version in control panel (if you're on windows) and install python 3.7.6. Remember to add to path when installing of you're on Windows!

Why does vscode error every time I try to install kivy

Switch to python 3.9.9. As of writing this, Kivy is not updated for python 3.10.+

Had the exact same issue earlier this week when I first started using kivy. If you use python 3.10.0 for anything else, you'll want to look into virtual environments (VS Code actually makes it really easy to change virtual envs).

Kivy refuses to install on python 3.8.5 on windows 10

According to the kivy download webpage:

Python 2.7 and 3.5 to 3.7 is supported

Note that Python 3.8 is not supported.

Cannot install Kivy (Ubuntu 20.04, python 3.8)

Maybe I may be out of date, but python 3.8 is only compatible with this version of kivy(kivy 2.0.0).

The stable version of kivy is 1.11.1 which is compatible with python 2.7, 3.5, 3.6 and 3.7

You should try installing it in python 3.7.

If you need to use python 3.8, you should read the problem https://github.com/kivy/kivy/issues/6563, and try the "matham" suggest.

pip install kivy[base] kivy_examples --pre --extra-index-url https://kivy.org/downloads/simple/

gook luck!



Related Topics



Leave a reply



Submit