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
It was working fine, but for some reason, I started getting this error.
ImportError: Unable to load any of the following libraries:libhidapi-hidraw.so libhidapi-hidraw.so.0 libhidapi-libusb.so libhidapi-libusb.so.0 libhidapi-iohidmanager.so libhidapi-iohidmanager.so.0 libhidapi.dylib hidapi.dll libhidapi-0.dll
It happens on in line with import hid.
Tried to uninstall/install hid package. The same.
Why?
OS: Windows 11
CLI: Git bash
Python: 3.9.9 (venv)
The text was updated successfully, but these errors were encountered:
It was working fine, but for some reason, I started getting this error.
It happens on in line with
import hid
.Tried to uninstall/install hid package. The same.
Why?
OS: Windows 11
CLI: Git bash
Python: 3.9.9 (venv)
The text was updated successfully, but these errors were encountered: