BastilleResearch / mousejack

MouseJack device discovery and research tools
GNU General Public License v3.0
1.28k stars 254 forks source link

Error when running 'make install' #49

Closed JakeHukari closed 3 years ago

JakeHukari commented 3 years ago

Im trying to install mousejack on my crazyradio pa using the latest version of Ubuntu but when i run the 'make install' command i get the following error-

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

ive properly followed all other steps without error so im not sure why this is happening.

JakeHukari commented 3 years ago

I fixed this by running 'sudo apt install python-usb' and then 'sudo make install'