I select a payload, Do the thing!, select APX, but it is stuck on "preparing uploaded". I am on Ubundu Budgie 18.04 LTS
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'
I did so.for the python version you need to install pip, and then run "pip install pyusb"
