sample-code-python
sample-code-python copied to clipboard
Not compatible with Python 3.11
Specifically seeing this error: AttributeError: module 'collections' has no attribute 'MutableSequence' due to this package moving from collections to collections.abc (and I believe being totally depreciated after 3.10)