conorpp / u2f-zero

U2F USB token optimized for physical security, affordability, and style
Other
2.41k stars 200 forks source link

Error message is misleading #92

Open madonius opened 5 years ago

madonius commented 5 years ago

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.