Replies: 1 comment
|
Answering my own question. As I am testing with Ubuntu, which provides Python 3.10 as default, collections.MutableMapping has changed To resolve my issue, I have upgraded to using Tornado v6 instead of v5 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am following the documentations here
I have installed the required module via the following requirements.txt (so I can recreate the environment for future deployment)
I am getting the follow errors. Are there additional module or more specific dependency I should be installing ?
Kind regards
All reactions