-
Notifications
You must be signed in to change notification settings - Fork 18
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
USB HID Tests fails #437
Comments
That is strange because it was working before end of year 2024. |
Deleting venv helps when python is upgraded on the pc. But for usb-hid it’s the missing module. I’ve started also to find the problem in usb-serial, which crashes also in python test code. But I’m stuck in starting the module under the debugger in VSC. |
It is possible that your hidapi module exists from an older installation or as global module. I had just a quick check: there are several requirements*.txt. The main for the building system was improved by Jamie, it is observed by cmake and installs in the venv. I remember that was recently improved, also after json5 was not found. Now if this requirements.txt changes, missing modules would be installed. |
The usb hid test always fails.
Reason: python module ‘hidapi’ is missing.
Manual installation fixes it, but needs to be added to requirements.txt.
The text was updated successfully, but these errors were encountered: