Код: Выделить всё
[DEBUG]: ERROR: Could not find a version that satisfies the requirement kivy-deps.angle (from versions: none)
[DEBUG]: ERROR: No matching distribution found for kivy-deps.angle
Вот требования для моего приложения .py
Код: Выделить всё
C:\Users\26095\Desktop\TEQ_ANDROID>pip show kivy
Name: Kivy
Version: 2.1.0
Summary: A software library for rapid development of hardware-accelerated multitouch applications.
Home-page: http://kivy.org
Author: Kivy Team and other contributors
Author-email: kivy-dev@googlegroups.com
License: MIT
Location: c:\users\26095\appdata\roaming\python\python39\site-packages
Requires: docutils, kivy-deps.angle, kivy-deps.glew, kivy-deps.sdl2, Kivy-Garden, pygments, pypiwin32
Required-by:
Код: Выделить всё
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3, kivy, docutils, kivy-deps.angle, kivy-deps.glew, kivy-deps.sdl2, Kivy-Garden, pygments, pypiwin32
Подробнее здесь: https://stackoverflow.com/questions/741 ... ogle-colab
Мобильная версия