Ask Your Question
2

When attempting to install kivy, the message "ERROR: Could not find a satisfactory version of kivy_deps.sdl2_dev with a version number approximately equal to 0.4.5 (available versions: 0.5.1)" is displayed.

asked 2023-07-12 05:01:56 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-12 05:26:01 +0000

lakamha gravatar image

This error message means that the version of kivydeps.sdl2dev that your system is looking for (approximately version 0.4.5) is not available, and the only available version is 0.5.1. To solve this issue, you can try updating other dependencies of Kivy by running the following command:

pip install --upgrade --user kivydeps.glew kivydeps.sdl2 kivy_deps.gstreamer

This command will update all the dependencies of Kivy to the latest versions, which should resolve the issue with kivydeps.sdl2dev. If the issue persists, you can try installing a lower version of Kivy that is compatible with the version of kivydeps.sdl2dev that you need.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-12 05:01:56 +0000

Seen: 14 times

Last updated: Jul 12 '23