You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yet it insists on doing a source build, and if forced claims there's nothing available:
$ pip3 install --user --only-binary :all: evdev
ERROR: Could not find a version that satisfies the requirement evdev (from versions: none)
ERROR: No matching distribution found for evdev
Hi. That is intentional. You need to install evdev or evdev-binary and there is indeed no way for evdev-binary to satisfy evdev as a pip requirement. Using optional dependencies (i.e. evdev[binary]) would have been nice, but it's not possible, since that "main" (i.e. evdev) dependency is also installed.
I'll leave this open in case someone comes up with a good way to solve it.
Ok, I understand the workaround not working, but what about the mangled filenames? It would just install the wheel on its own without need of workaround if the filenames were correct, right?
Wheels appear to be available, but it looks like the non-musl ones have mangled filenames:
My pip would match, for example either variation that appears to be indicated above:
yet it insists on doing a source build, and if forced claims there's nothing available:
Manual download and install works fine:
The text was updated successfully, but these errors were encountered: