Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1009968: cannot import name 'Mapping' from 'collections' with Python 3.10 -- new upstream version needed

2,362 views
Skip to first unread message

Eric Marsden

unread,
Apr 21, 2022, 9:10:02 AM4/21/22
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.
0 new messages