Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'collections' has no attribute 'Mapping' #22

Closed
denisroldan opened this issue Feb 1, 2022 · 0 comments · Fixed by #23
Closed

AttributeError: module 'collections' has no attribute 'Mapping' #22

denisroldan opened this issue Feb 1, 2022 · 0 comments · Fixed by #23

Comments

@denisroldan
Copy link
Contributor

Currently this library is not Python 3.10 compatible. This is due to the existing import on utils.py:

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working

I'll submit a PR soon fixing this.

denisroldan added a commit to denisroldan/django-json-ld that referenced this issue Feb 1, 2022
Remove deprecation and make it work with Python 3.10.

Closes hiimdoublej#22
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 a pull request may close this issue.

1 participant