sample-code-python icon indicating copy to clipboard operation
sample-code-python copied to clipboard

Not compatible with Python 3.11

Open leah-roach opened this issue 1 year ago • 0 comments

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)

leah-roach avatar Sep 12 '24 19:09 leah-roach