Registry / devops / kivy-deps-sdl2

kivy-deps-sdl2

JSON →
library0.8.0pypypiunverified

Repackaged binary dependency of Kivy providing SDL2 libraries. Version 0.8.0 is the latest release. Release cadence is irregular, tied to Kivy packaging updates.

pip install kivy-deps-sdl2
INSTALL
IMPORT
SIG · KIVY-DEPS-SDL2
K
kivy-deps-sdl2
devopspythonv0.8.0
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sdl2
from kivy.core.window import Window
import sdl2
kivy-deps-sdl2 provides binary SDL2 libraries, not Python imports. Direct import of sdl2 is not supported; use Kivy's Window.

Basic Kivy app that uses SDL2 as the window provider via kivy-deps-sdl2.

import kivy kivy.require('2.1.0') from kivy.app import App from kivy.uix.label import Label class MyApp(App): def build(self): return Label(text='Hello, Kivy with SDL2') if __name__ == '__main__': MyApp().run()
Debug
Known issues
gotchakivy-deps-sdl2 is not imported directly; it only provides the SDL2 binaries. Attempting to import sdl2 will fail.
fix
Install kivy-deps-sdl2 and use Kivy's Window class.
affects: all
gotchaConflicts may arise if other SDL2 packages (like PySDL2) are installed. This package relies on a specific SDL2 version.
fix
Uninstall conflicting packages or use a virtual environment.
affects: all
deprecatedKivy 2.2+ uses SDL2 by default; kivy-deps-sdl2 may become deprecated if Kivy bundles its own SDL2.
fix
Use Kivy's built-in dependencies when available.
affects: >=0.8.0
Upgrade
Version history
0.8.0latest on PyPI · released Oct 5, 2024
Audit
Dependencies

No dependency data recorded yet.

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