We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to use this on Arch Linux, which uses Python 3.11 by default, but I was getting an error in this line:
_libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "_libsuinput" + sysconfig.get_config_var("SO")))
This seems to be related with this issue: tuomasjjrasanen/python-uinput#44
My solution was:
pyenv install 3.10.4
pyenv local 3.10.4
python -m venv .
bin/pip install -r requirements.txt
sudo bin/python main.py -p /dev/ttyACM0
After that, the controller was recognized by both jstest-gtk (AUR) and Steam, allowing me to play Liftoff.
jstest-gtk
The text was updated successfully, but these errors were encountered:
thank you, I will try it on 3.11, will check the Ubuntu's env
Sorry, something went wrong.
No branches or pull requests
I tried to use this on Arch Linux, which uses Python 3.11 by default, but I was getting an error in this line:
This seems to be related with this issue: tuomasjjrasanen/python-uinput#44
My solution was:
pyenv install 3.10.4
pyenv local 3.10.4
python -m venv .
bin/pip install -r requirements.txt
sudo bin/python main.py -p /dev/ttyACM0
After that, the controller was recognized by both
jstest-gtk
(AUR) and Steam, allowing me to play Liftoff.The text was updated successfully, but these errors were encountered: