HIDAPI has a problem with libusb on ubuntu for some reason. For me this command fixed it:
python3 -m pip install --upgrade hidapi --install-option=--without-libusb
Try to find a way of baking --without-libusb into the installer or identify issues with libusb.
HIDAPI has a problem with libusb on ubuntu for some reason. For me this command fixed it:
Try to find a way of baking
--without-libusbinto the installer or identify issues with libusb.