Error in kivy installation

Asked

Viewed 749 times

3

I can’t install the kivy on my computer, I’ve never touched Pip before, I’m putting the commands on cmd and gives error.

I am running the following commands:

python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
python -m pip install kivy.deps.gstreamer
python -m pip install kivy.deps.angle

These 3 commands do not present errors in the installation. But when I do:

python -m pip install kivy

It is an error. I ran cmd on the desktop and in the folder where python is installed (3.8). I also used both cmd and powershell and gives the same error, which is:

ERROR: Command errored out with Exit status 1: python setup.py egg_info Check the logs for full command output.

  • By the way, I use Windows 10.

  • checked the log to see if it has more details?

  • I don’t know how to do it @Ricardopunctual

1 answer

0

It worked for me, I got it from a gringo repository on github:

It is not likely that we will release 1.11.1 for 3.8 for pypi. However, you can install the master kivy using:

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

copy from Pip to . and glue on the cmd I hope for certain.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.