Cannot upgrade kivy to latest version
See original GitHub issueI tried the following code solution, but it fails to upgrade kivy.
sudo pip3 install --upgrade kivy
Screenshot
Issue Analytics
- State:
- Created 7 years ago
- Comments:32 (11 by maintainers)
Top Results From Across the Web
Installing Kivy — Kivy 2.1.0 documentation
Installation for Kivy version 2.1.0. Read the changelog here. For other Kivy versions, select the documentation from the dropdown on the top left....
Read more >Pip won't let me upgrade to the latest version of package
First, try specifying version on command line pip install --upgrade ax-platform==0.1.20 . If it doesn't work it means that PIP thinks that ...
Read more >Kivy 2.0 Released! How To Install - Python Kivy GUI Tutorial #21
Kivy 2.0 has been released! ... Your browser can't play this video. ... Kivy now supports the latest version of Python ( version...
Read more >Manually installing Kivy from source - Read the Docs
Different versions of Kivy have only been tested up to a certain Cython version. It may or may not work with a later...
Read more >When should you upgrade to Python 3.11?
The problems with a new major Python release · 1. Missing binary packages · 2. Incompatible packages · 3. Conda support · 5....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The compiler almost says what’s missing on your machine…
GL/gl.h
is missing and depending on your OS you’ll need to install these OpenGL headers in order to build kivy 😉If the bug is still present, please reopen the issue with step by step instructions on how to reproduce it, starting from a fresh OS install.