Skip to content

Instantly share code, notes, and snippets.

@bsamadi
Created December 16, 2019 05:16
Show Gist options
  • Save bsamadi/7bab9bc592df1c93e910e65fb5f34b17 to your computer and use it in GitHub Desktop.
Save bsamadi/7bab9bc592df1c93e910e65fb5f34b17 to your computer and use it in GitHub Desktop.
ODrive error on Ubuntu 18.04 01
ODrive control utility v0.4.11
/usr/local/lib/python3.6/dist-packages/fibre/shell.py:104: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
console.runcode('import sys')
/usr/local/lib/python3.6/dist-packages/fibre/shell.py:105: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
console.runcode('superexcepthook = sys.excepthook')
/usr/local/lib/python3.6/dist-packages/fibre/shell.py:106: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
console.runcode('def newexcepthook(ex_class,ex,trace):\n'
/usr/local/lib/python3.6/dist-packages/fibre/shell.py:109: RuntimeWarning: coroutine 'InteractiveShell.run_code' was never awaited
console.runcode('sys.excepthook=newexcepthook')
Please connect your ODrive.
You can also type help() or quit().
@Patronics
Copy link

I'm having the same issue, did you ever find a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment