You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MutableMapping should be imported from collections.abc. It has been moved there since python 3.3, and importing from collections is deprecated. With python 3.10 it is removed from the collections module entirely.
@Amr-Es I am guessing you sure you are using python 3.10
18 juli 2022 kl. 14:16 skrev Amr Es ***@***.***>:
@c00kiemon5ter that is what I'm doing now importing from collections.abc, but it needed to be amended on the code
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
it doesn't support python version >= 3.8
The text was updated successfully, but these errors were encountered: