ERROR: No matching distribution found for kivy_deps.sdl2_dev~=0.4.5

This cmd fixed the issue for my case-

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

You might want to refer to https://github.com/kivy/kivy/issues/6806#issuecomment-608176268 for explanations

Leave a Comment