-
Notifications
You must be signed in to change notification settings - Fork 37
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 on Python 3.10 #28
Comments
You need to edit the file and change line 49 to
The library is pretty old so I just created my one fork and will start looking for alternatives |
There is a Pull Request to resolve this problem. |
This is a hack, but it "fixes" the issue in user space: import collections
collections.MutableMapping = collections.abc.MutableMapping
from flask_nav import Nav
from flask_nav.elements import * |
louking
added a commit
to louking/mysql-docker
that referenced
this issue
Oct 2, 2024
louking
added a commit
to louking/mysql-docker
that referenced
this issue
Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using
flask-nav==0.6
on Python 3.10.4 and meet this error:The text was updated successfully, but these errors were encountered: