Results 1 comments of gwhenrie

I also encountered this issue when attempting to run via Python 3.6.9 Further research led me to [this](https://stackoverflow.com/questions/52796630/python3-6-attributeerror-module-asyncio-has-no-attribute-run) StackOverflow which clarified that asyncio.run was new in Python 3.7, as seen...