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 'MutableMapping' #261

Open
nabilragab opened this issue Aug 3, 2023 · 0 comments
Open

Comments

@nabilragab
Copy link

Could you update the flanker codebase for python3.10+ where has been reported before:
#260

Where collections.MutableMapping has been moved to collections.abc.MutableMapping

When I try to validate an email address using flanker.addresslib.address.validate_address , I'm getting AttributeError: module 'collections' has no attribute 'MutableMapping' in flanker/addresslib/drivers/redis_driver.py.

MutableMapping has to be imported from collections.abc. Please do the needful.

Thanks

yajo added a commit to moduon/doodba that referenced this issue Nov 16, 2023
After merging Tecnativa#577, we started getting build failures due to mailgun/flanker#261.

We should better remove that dependency, which is very outdated and not much maintained, and is optional for Odoo.

@moduon MT-3948
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

No branches or pull requests

1 participant