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 best solutions below

0
On BEST ANSWER

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

Credits to @KetZoomer

2
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/