Created
July 10, 2016 15:26
-
-
Save bassdread/83b9b912e6a409d5baf2e357dda484c0 to your computer and use it in GitHub Desktop.
Error when trying to setup connection to Maplin Arm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> s = MaplinRobot() | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
File "maplinrobot.py", line 26, in __init__ | |
self.rctl = usb.core.find(idVendor=self.usb_vendor_id, idProduct=self.usb_prod_id) #Object to talk to the robot | |
File "/Library/Python/2.7/site-packages/usb/core.py", line 1263, in find | |
raise NoBackendError('No backend available') | |
usb.core.NoBackendError: No backend available | |
# fix | |
$ brew install libusb-compat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment