Is this a problem?

Hi,
When I run the odrivetool on windows I get this output:

ODrive control utility v0.4.1
Exception in thread Thread-1:
Traceback (most recent call last):
  File "c:\users\stijncarelsbergh\appdata\local\programs\python\python37-32\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "c:\users\stijncarelsbergh\appdata\local\programs\python\python37-32\lib\threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "c:\users\stijncarelsbergh\appdata\local\programs\python\python37-32\lib\site-packages\fibre\usbbulk_transport.py", line 190, in discover_channels
    devices = usb.core.find(find_all=True, custom_match=device_matcher)
  File "c:\users\stijncarelsbergh\appdata\local\programs\python\python37-32\lib\site-packages\usb\core.py", line 1263, in find
    raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available

Please connect your ODrive.
You can also type help() or quit().

In [1]:

Is this a problem?

Cheers Stijn

Yes, looks like you didn’t install pyusb properly?

So just reinstalling can help?

You can try that, it might work.

Hi,
Okay I will try that, if it doesn’t work out I will post a message here I guess?
Cheers Stijn