failed on pip version 23.0.1

109 views
Skip to first unread message

Ogola Saura

unread,
Apr 5, 2023, 7:55:12 AM4/5/23
to Kivy users support
i have recently installed pip version 23.0.1 and am having issues installing kivy ,this is the error am getting
pip install kivy
Collecting kivy
  Using cached Kivy-2.1.0.tar.gz (23.8 MB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'error'
  error: subprocess-exited-with-error

  pip subprocess to install build dependencies did not run successfully.
  exit code: 1

  [10 lines of output]
  Collecting setuptools
    Using cached setuptools-67.6.1-py3-none-any.whl (1.1 MB)
  Collecting wheel
    Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
  Collecting cython!=0.27,!=0.27.2,<=0.29.28,>=0.24
    Using cached Cython-0.29.28-py2.py3-none-any.whl (983 kB)
  Collecting kivy_deps.gstreamer_dev~=0.3.3
    Using cached kivy_deps.gstreamer_dev-0.3.3-cp311-cp311-win_amd64.whl (3.9 MB)
  ERROR: Could not find a version that satisfies the requirement kivy_deps.sdl2_dev~=0.4.5 (from versions: 0.5.1, 0.6.0)
  ERROR: No matching distribution found for kivy_deps.sdl2_dev~=0.4.5
  [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

pip subprocess to install build dependencies did not run successfully.
exit code: 1

See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.



PLEASE HELP

Elliot Garbus

unread,
Apr 5, 2023, 11:01:25 AM4/5/23
to kivy-...@googlegroups.com

Follow the directions here: https://kivy.org/doc/stable/gettingstarted/installation.html#install-pip

The simplest is to install the current stable version of kivy and optionally kivy_examples from the kivy-team provided PyPi wheels. Simply do:

python -m pip install "kivy[base]" kivy_examples

This also installs the minimum dependencies of Kivy. To additionally install Kivy with audio/video support, install either kivy[base,media] or kivy[full]. See Kivy’s dependencies for the list of selectors.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/3f9181bb-0aed-4232-9ece-22725449ef3en%40googlegroups.com.

 

Reply all
Reply to author
Forward
0 new messages