Registry / kivy-deps-angle

kivy-deps-angle

JSON →
library0.5.0pypypiunverified

Repackaged binary dependency (ANGLE library) for Kivy. Version 0.5.0 is the latest. Released on an as-needed basis to match Kivy's requirements.

pip install kivy-deps-angle
INSTALL
IMPORT
SIG · KIVY-DEPS-ANGLE
K
kivy-deps-angle
pythonv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

This package is a dependency for Kivy's Windows builds. It does not expose any Python symbols.

import os # This package does not provide a direct Python import. # It installs ANGLE binaries used internally by Kivy. # The installation is automatic when Kivy is installed. print("ANGLE deps installed, version: ", os.environ.get('KIVY_DEP_ANGLE', 'unknown'))
Debug
Known issues
gotchakivy-deps-angle is not meant to be imported directly. It only provides ANGLE binaries for Windows.
fix
Do not attempt to import anything from kivy_deps_angle in your code.
affects: all
deprecatedAs of Kivy 2.2.0, direct installation of kivy-deps-angle is no longer required; it is pulled automatically as a dependency.
fix
Simply install kivy[base] or kivy[full] and the deps will be resolved.
affects: >=0.3.0
gotchaThis package is Windows-only. Installing on Linux/macOS will have no effect and may cause confusion.
fix
Install only on Windows, or use kivy-deps-sdl2 for other platforms.
affects: all
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'kivy_deps_angle'
Users try to import kivy_deps_angle directly.
fix
Do not import this package; it is a binary dependency only.
Could not find a version that satisfies the requirement kivy-deps-angle (from versions: none)
Attempting to install on a non-Windows platform.
fix
Ensure you are on Windows, or remove the explicit dependency from requirements.txt.
Upgrade
Version history
0.5.0latest on PyPI · released Oct 12, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
kivy-deps-angle — pip install kivy-deps-angle · libregistry