BastilleResearch / nrf-research-firmware

Firmware and research tools for Nordic Semiconductor nRF24LU1+ based USB dongles and breakout boards.
GNU General Public License v3.0
388 stars 126 forks source link

sudo make install issue #39

Open kobra666 opened 5 months ago

kobra666 commented 5 months ago

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

kobra666 commented 5 months ago

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!.