You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I keep getting this error when I run the rvctool command
File "~/Documents/rvcPython/.rvc-python/lib/python3.12/site-packages/RVC3/bin/rvctool.py", line 186, in make_banner
versions.append(f"RTB=={version('roboticstoolbox-python')}")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: version() takes 0 positional arguments but 1 was given
I edited the file and deleted the arguments in the version function calls , for it to work ,
My second error is when I execute the command
run -m tripleangledemo
I get the following error
File "~/Documents/rvcPython/.rvc-python/lib/python3.12/site-packages/websockets/asyncio/server.py", line 284, in init
self.loop = asyncio.get_running_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: no running event loop
what might be the cause of this
I'm running this from in a python virtual environment on Ubuntu 24.04
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hello, I keep getting this error when I run the rvctool command
I edited the file and deleted the arguments in the version function calls , for it to work ,
My second error is when I execute the command
I get the following error
what might be the cause of this
I'm running this from in a python virtual environment on Ubuntu 24.04
I'll appreciate any help thanks
Beta Was this translation helpful? Give feedback.
All reactions