Created
December 16, 2019 05:16
-
-
Save bsamadi/7bab9bc592df1c93e910e65fb5f34b17 to your computer and use it in GitHub Desktop.
ODrive error on Ubuntu 18.04 01
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
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(). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having the same issue, did you ever find a fix?