0

from what Ive tried Kivy is the only library i cant install, ive tried pip install kivy and pip3 install kivy heres the error.

error https://docs.google.com/document/d/1ouhC90oO2AdTLmisFlzN8EVPEEzRsu-AbgIm9V980eA/edit

(its to long to post here) this error is similar to this but the solution does not work and i get the same error.

  • please add the error/traceback directly here, not via an external link – yedpodtrzitko Sep 16 '20 at 01:35
  • its to long so wont allow me. here's the last sentence ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. – lemongrass Sep 17 '20 at 19:41

2 Answers2

1

I think, you cannot install kiwy just through "pip install kivy" Here are the installation instructions. You need "Installing the kivy stable release"

https://kivy.org/doc/stable/installation/installation-windows.html

RomanR
  • 111
  • 1
  • 3
  • ive now followed all of the instructions and ran all the commands in cmd but i still cant download it, i was able to download it through anaconda and move it to python scripts which also didn't work. – lemongrass Sep 18 '20 at 13:47
0

Run this in cmd:

python -m pip install kivy==2.0.0rc1

Source: https://www.youtube.com/watchv=bMHK6NDVlCM&list=PLHU4Ue3mC6j7n5DuLVYao09hZx0tgOIGZ

double-beep
  • 5,031
  • 17
  • 33
  • 41