stefanfoulis / django-phonenumber-field

A django model and form field for normalised phone numbers using python-phonenumbers
MIT License
1.49k stars 315 forks source link

bug in python 3.10 #580

Closed vanovarderesyan closed 1 year ago

vanovarderesyan commented 1 year ago

ImportError: cannot import name 'MutableMapping' from 'collections'

image

francoisfreitag commented 1 year ago

Looks like your babel version is likely too old. Not a bug in this package.

Can update babel with env/bin/pip install --upgrade babel.