stefanfoulis / django-phonenumber-field

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

bug in python 3.10 #580

Closed vanovarderesyan closed 11 months ago

vanovarderesyan commented 11 months ago

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

image

francoisfreitag commented 11 months 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.