Skip to content Skip to sidebar Skip to footer

Failed To Install The Module Kivy In Windows With Pip

I'm in a AMD 64 bits Windows 10 computer in french with python 3.8.5 First I try to install kivy with the help of the official website (https://kivy.org/doc/stable/installation/ins

Solution 1:

Use Python 3.7 or Kivy's latest alpha release.

Your specific issue is that you're trying to get a version of kivy that doesn't have wheels available for Python 3.8, so python tries to build kivy itself but you don't have most of the dependencies and the build doesn't work right. Also I think it wouldn't work even if you set up the build toolchain, as there's a small bugfix needed for Python 3.8 (hence the latest alpha, which has this bugfix, working).


Post a Comment for "Failed To Install The Module Kivy In Windows With Pip"