conorpp/u2f-zero

Error message is misleading

Opened this issue · 0 comments

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.