Eric Marsden
unread,Apr 21, 2022, 9:10:02 AM4/21/22You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Package: python3-frozen-flask
Version: 0.11-3.1
Severity: critical
Using this library in Python 3.10 generates an ImportError.
% python3
Python 3.10.4 (main, Apr 2 2022, 09:04:19) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from flask_frozen import Freezer
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/flask_frozen/__init__.py", line
29, in <module>
from collections import Mapping
ImportError: cannot import name 'Mapping' from 'collections'
(/usr/lib/python3.10/collections/__init__.py)
Upstream has a version 0.15 available.