× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [12 lines of output] Collecting setuptools Using cached setuptools-75.6.0-py3-none-any.whl.metadata (6.7 kB) Collecting wheel Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) Collecting packaging Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting cython<=3.0.0,>=0.29.1 Using cached Cython-3.0.0-py2.py3-none-any.whl.metadata (3.1 kB) Collecting kivy_deps.gstreamer_dev~=0.3.3 Using cached kivy_deps.gstreamer_dev-0.3.4-cp313-cp313-win_amd64.whl.metadata (247 bytes) ERROR: Could not find a version that satisfies the requirement kivy_deps.sdl2_dev~=0.7.0 (from versions: 0.8.0) ERROR: No matching distribution found for kivy_deps.sdl2_dev~=0.7.0 [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.
Установить зависимости. Для Kivy могут потребоваться Cython, gstreamer, sdl2 и другие библиотеки. Установить их можно с помощью команд: pip install Cython==0.29.28, pip install kivy_deps.gstreamer_dev==0.3.3, pip install kivy_deps.sdl2_dev. Затем установить саму Kivy командой pip install kivy.
Использовать Anaconda Navigator. Если проблемы с установкой не решены, можно попробовать установить библиотеку с помощью этого инструмента.
Проверить версии pip и setuptools. Если они не актуальны, рекомендуется обновить их.
Вернуться к версии Python 3.7. Более поздняя версия Python (например, 3.8) может быть несовместима с Kivy.
Если проблема сохраняется, рекомендуется обратиться за помощью к специалисту.
Collecting kivy
Using cached Kivy-2.3.0.tar.gz (24.0 MB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
Collecting setuptools
Using cached setuptools-75.6.0-py3-none-any.whl.metadata (6.7 kB)
Collecting wheel
Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
Collecting packaging
Using cached packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting cython<=3.0.0,>=0.29.1
Using cached Cython-3.0.0-py2.py3-none-any.whl.metadata (3.1 kB)
Collecting kivy_deps.gstreamer_dev~=0.3.3
Using cached kivy_deps.gstreamer_dev-0.3.4-cp313-cp313-win_amd64.whl.metadata (247 bytes)
ERROR: Could not find a version that satisfies the requirement kivy_deps.sdl2_dev~=0.7.0 (from versions: 0.8.0)
ERROR: No matching distribution found for kivy_deps.sdl2_dev~=0.7.0
[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.