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
./prog/usb-flasher/logitech-usb-flash.py bin/dongle.formatted.bin bin/dongle.formatted.ihx Traceback (most recent call last): File "./prog/usb-flasher/logitech-usb-flash.py", line 3, in <module> from unifying import * File "/home/zodiac/Downloads/nrf-research-firmware/prog/usb-flasher/unifying.py", line 19, in <module> import usb, logging, time, sys, struct, os ImportError: No module named usb make: *** [Makefile:33: logitech_install] Error 1
The text was updated successfully, but these errors were encountered:
I tried different importing methods but failed
./prog/usb-flasher/logitech-usb-flash.py bin/dongle.formatted.bin bin/dongle.formatted.ihx Traceback (most recent call last): File "./prog/usb-flasher/logitech-usb-flash.py", line 3, in <module> from unifying import * File "/home/zodiac/Downloads/nrf-research-firmware/prog/usb-flasher/unifying.py", line 19, in <module> import usb, logging, time, sys, struct, os ImportError: No module named usb make: *** [Makefile:33: logitech_install] Error 1
The text was updated successfully, but these errors were encountered: