I am new on kivy coming from pyqt5 and enjoyed writing my first app. Actually it is running on Linux and Android (by kivy launcher). Now i want to freeze and deploy it to some Windows users and tried to install kivy on windows 10 64 bit, python 3.5.2. I followed this guide
https://kivy.org/docs/installation/installation-windows.html,
but the installation failed. I could not install the dependencies sdl2, glw and gstreamer, here the error messages:
> py -m pip install kivy.deps.sdl2
Collecting kivy.deps.sdl2
Could not find a version that satisfies the requirement kivy.deps.sdl2 (from versions: )
No matching distribution found for kivy.deps.sdl2
> py -m pip install kivy.deps.glew
Collecting kivy.deps.glew
Could not find a version that satisfies the requirement kivy.deps.glew (from versions: )
No matching distribution found for kivy.deps.glew
> py -m pip install kivy.deps.gstreamer --extra-index-url https://kivy.org/downloads/packages/simple/
Collecting kivy.deps.gstreamer
Could not find a version that satisfies the requirement kivy.deps.gstreamer (from versions: )
No matching distribution found for kivy.deps.gstreamer
Any help is appreciated