Hacking Web Launcher not working

the .py launcher doesn't work either.
Code:
Traceback (most recent call last):
  File "fusee-launcher.py", line 594, in <module>
    pid=arguments.pid, os_override=arguments.platform, override_checks=arguments.skip_checks)
  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'
 
for the python version you need to install pip, and then run "pip install pyusb"
 
Do pip3 install pyusb. Then type python3 fusee-launcher.py "payload-path" without quotes
 

Site & Scene News

Popular threads in this forum