I'm trying to install Kivy with Python 3.9.0 and it gives me an error after I type: python -m pip install kivy

3.6k views Asked by At

I'm on Windows 10. I was following the instructions on https://kivy.org/doc/stable/installation/installation-windows.html# and I reached the part where it says:

Install Kivy:

python -m pip install kivy==1.11.1

After I type it in cmd, it gives me an error. I'll put the error as a comment.

2

There are 2 answers

0
khalrab27 On BEST ANSWER

Try pip install pipwin and then pipwin install kivy==1.11.1

Credits to @KetZoomer

2
Koton Bads On

try to install thanks to pip, type in a terminal:

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