Jvalaj Pandey
Jvalaj Pandey

Reputation: 1

Trying to install Kivy for python but im getting this error

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.

Upvotes: 0

Views: 63

Answers (1)

Gautamrk
Gautamrk

Reputation: 1244

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]

Upvotes: 1

Related Questions