Skip to content

Resolving Errors - #713

Open
naveenmittal04 wants to merge 2 commits into
JDAI-CV:masterfrom
naveenmittal04:master
Open

Resolving Errors#713
naveenmittal04 wants to merge 2 commits into
JDAI-CV:masterfrom
naveenmittal04:master

Conversation

@naveenmittal04

Copy link
Copy Markdown

there was a change in Python 3.10 and the Mapping class has been moved to the collections.abc module. So, if you're using Python 3.10 or later, you should import the Mapping class from the collections.abc module, not the collections module

there was a change in Python 3.10 and the Mapping class has been moved to the collections.abc module. So, if you're using Python 3.10 or later, you should import the Mapping class from the collections.abc module, not the collections module
there was a change in Python 3.10 and the Mapping class has been moved to the collections.abc module. So, if you're using Python 3.10 or later, you should import the Mapping class from the collections.abc module, not the collections module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant