Hello,
After running the installation instructions, I tried running python viba.py but it throws the following error.
File "viba.py", line 3, in <module>
from asyncio import run, get_running_loop, sleep, gather
ImportError: cannot import name 'run'
Any suggestions for fixing it?
OS: Ubuntu 18.04