0

this is the link to the error image

I don't understand what is happening. I installed all the dependencies as well but only while installing I'm getting this problem.

I'm new to this coding stuff and wanted to learn kivy.

ChristianYami
  • 652
  • 1
  • 7
  • 14

1 Answers1

0

try typing :

python -m pip install kivy==

or type this:

pip3 install kivy==

and hit ENTER than choose from versions the one that can work for you...

work ?

or if you are using py 3.8 try with this :

pip3 install --pre --extra-index-url https://kivy.org/downloads/simple kivy[base]
Gautamrk
  • 657
  • 2
  • 11