After python 3.9 collections migrate MutableMapping from collections to collections.abc which causes an import error in this library.
I am currently running 3.11 and get the following error message:
When I roll my python version back to 3.9 this issue goes away.
After python 3.9 collections migrate MutableMapping from collections to collections.abc which causes an import error in this library. I am currently running 3.11 and get the following error message:
When I roll my python version back to 3.9 this issue goes away.