Python Forum
[Kivy] Help with install kivy
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Kivy] Help with install kivy
#1
Hi, I have problem with install kivy.

I have follow the instruction on the link under:
under the heading "Installing the kivy stable release."


See link here -> https://kivy.org/doc/stable/installation...l-win-dist


Evrything is smooth until I type the command "python -m pip install kivy==1.11.1"


Picture of the Error when typing - python -m pip install kivy==1.11.1
https://1drv.ms/u/s!AnpmOpY_XpHCsVzmEsui...3?e=hHSGAG
Reply
#2
any help here? please
Reply
#3
I'm having trouble installing on my new computer also. You could try downloading the file from github and building it-kivy on github
or post your error with the insert output button or use anaconda. They also have a discord server to get help.
Reply
#4
Look at this post.
Reply
#5
@snippsat your post indirectly helped, I'm using rpi4 and was getting a hash error
Quote:THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
after fallowing the links I saw that wheel was from berkley and I got the idea of maybe the default pip wheel is old or incomplete so I found this post:
raspberrypi forums
and used the advice to comment out the line pip.conf file in /etc/pip.conf
it forced another wheel and it was 2.3 meg larger. long story short I'm up and running,
hope this may help someone else. Thank you
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020