cannot install all dependencies of kivy on windows 10

1,275 views
Skip to first unread message

Andreas Manthey

unread,
Aug 7, 2016, 4:29:30 PM8/7/16
to Kivy users support

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

Andreas Manthey

unread,
Aug 8, 2016, 7:22:09 AM8/8/16
to Kivy users support
anyone who is able to read, is in advantage. As written here
Users Guide: Installation on Windows
Python 3.5 is currently not supported.
So problem solved by deinstalling Python 3.5 and installing Python 3.4
Reply all
Reply to author
Forward
0 new messages