0

I'm using Windows 10, and trying to use pyusb. I'm facing this Backend error, I've tried searching for solutions, but haven't found one yet.

Please, let me know, if there's a way to deal with this.

Thanks. enter image description here

Aditya
  • 29
  • 1
  • 7
  • i think it means you need libusb ... or openusb. see https://github.com/walac/pyusb/blob/master/usb/core.py#L1263 – Joran Beasley Nov 22 '16 at 17:59
  • Hi Joran, I've installed https://sourceforge.net/projects/libusb-win32/ on Windows 10. But I'm still facing the same issue. No Backend Available. Any idea/clue? – Aditya Nov 22 '16 at 19:49
  • are you using python32? you need to get the version that matches your python version... also post your full traceback ... (preferably not as an image) – Joran Beasley Nov 22 '16 at 19:54
  • I closed as a duplicate after I verified that the proposed solution worked for me (specifically this answer http://stackoverflow.com/a/31332121/541038 ) – Joran Beasley Nov 22 '16 at 20:07
  • Here you go. Traceback (most recent call last): File "C:/Users/saxendi/PycharmProjects/untitled7/test.py", line 5, in dev = usb.core.find() File "C:\Python27\lib\site-packages\usb\core.py", line 1263, in find raise NoBackendError('No backend available') usb.core.NoBackendError: No backend available – Aditya Nov 23 '16 at 19:26

0 Answers0