Python Forum

Full Version: Help with install kivy
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
any help here? please
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.
Look at this post.
@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