When the system has the python packages hidapi installed but not hid the error message produced states:
python hidapi module is required
try running:
apt-get install libusb-1.0.0-dev libudev-dev
pip install hidapi
This error message is misleading due to the fact that hidapi can be installed without hid.
When the system has the python packages
hidapiinstalled but nothidthe error message produced states:This error message is misleading due to the fact that hidapi can be installed without hid.