-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sysconfig.get_config_var("SO") deprecated and removed in python 3.11 #44
Comments
https://github.com/selkies-project/python-uinput |
@ehfd yeah the fix was merged in your fork but version 0.11.3 is not published. could you please provide me instructions of how to install your version instead this one |
|
Btw I e-mailed the original author of the python-uinput project (this repo's owner) a month ago about this issue and they still haven't replied. What's weird is that the github account seems active. |
We have ultimately abandoned this codebase completely. Use python-evdev. |
Merged in https://github.com/pyinput/python-uinput2 (with minor changes) |
I'm alive, see my comment: #49 (comment) |
sysconfig.get_config_var("SO") is used in init.py:
but returns None in python 3.11:
leading to errors like:
To fix change to
The text was updated successfully, but these errors were encountered: