Python Forum
[Kivy] Kivy 2.2.0 not available. You have 2.1.0, but the application requires 2.2.0)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Kivy] Kivy 2.2.0 not available. You have 2.1.0, but the application requires 2.2.0)
#2
you can show current version with pip list | grep -i "kivy" from command line.
you should be able to install specific version:
  1. remove current version: sudo apt-get remove python-kivy
  2. sudo pip install kivy==<version>
  3. if you run into missing dependencies:
    sudo apt-get install -y \
    libsdl2-dev \
    libsdl2-image-dev \
    libsdl2-mixer-dev \
    libsdl2-ttf-dev \
    libportmidi-dev \
    libswscale-dev \
    libavformat-dev \
    libavcodec-dev \
    zlib1g-dev
  4. re-try step 2
Reply


Messages In This Thread
RE: Kivy 2.2.0 not available. You have 2.1.0, but the application requires 2.2.0) - by Larz60+ - Jan-11-2023, 01:38 AM

Forum Jump:

User Panel Messages

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