Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. sudo python3 ./fusee-launcher.py fusee.bin
  2. Traceback (most recent call last):
  3. File "./fusee-launcher.py", line 425, in <module>
  4. switch = RCMHax(wait_for_device=arguments.wait, vid=arguments.vid, pid=arguments.pid)
  5. File "./fusee-launcher.py", line 287, in __init__
  6. self.dev = self._find_device(vid, pid)
  7. File "./fusee-launcher.py", line 327, in _find_device
  8. return usb.core.find(idVendor=vid, idProduct=pid)
  9. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/usb/core.py", line 1263, in find
  10. raise NoBackendError('No backend available')
  11. usb.core.NoBackendError: No backend available
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement