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
sudo make install
./prog/usb-flasher/usb-flash.py bin/dongle.bin
Traceback (most recent call last):
File "./prog/usb-flasher/usb-flash.py", line 20, in
import usb, time, sys, array, logging
ImportError: No module named usb
make: *** [Makefile:27: install] Error 1
I tried pip install pyusb..but still the same.. please help me how to fix this guys
The text was updated successfully, but these errors were encountered:
I finally found a solution. purge the whole python2.7 and everything. and reinstall it. and I changed shebangs in scripts to python2.7 and its working now!.
sudo make install
./prog/usb-flasher/usb-flash.py bin/dongle.bin
Traceback (most recent call last):
File "./prog/usb-flasher/usb-flash.py", line 20, in
import usb, time, sys, array, logging
ImportError: No module named usb
make: *** [Makefile:27: install] Error 1
I tried pip install pyusb..but still the same.. please help me how to fix this guys
The text was updated successfully, but these errors were encountered: