fusee-launcher icon indicating copy to clipboard operation
fusee-launcher copied to clipboard

No module named usb

Open EdwardElric64 opened this issue 5 years ago • 4 comments

When attempting to load the fusee launcher it spits out an error saying no module named USB found. I installed pyusb 1.0.2, but I'm still having the same issue...

EdwardElric64 avatar Dec 07 '19 02:12 EdwardElric64

Are you using the Python3 module? Remember fusee-launcher use Python3...

sabueso avatar Dec 22 '19 20:12 sabueso

Install python-pyusb

simonbh avatar Feb 06 '20 05:02 simonbh

I used this to move forward.

pip3 install pyusb

TigerC10 avatar Apr 20 '20 14:04 TigerC10

Sorry to revive this topic, but even after installing pyusb I get the following: Traceback (most recent call last): File "./fusee-launcher.py", line 593, in <module> switch = RCMHax(wait_for_device=arguments.wait, vid=arguments.vid, File "./fusee-launcher.py", line 466, in __init__ self.dev = self._find_device(vid, pid) File "./fusee-launcher.py", line 496, in _find_device return self.backend.find_device(vid, pid) File "./fusee-launcher.py", line 133, in find_device import usb ModuleNotFoundError: No module named 'usb'

Edit: fixed after installing python3-usb

cow-killer avatar Jul 08 '20 21:07 cow-killer