Reputation: 1
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
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