Help! I begginer...

78 views
Skip to first unread message

Ricardo Pereira de Azevedo

unread,
Apr 26, 2022, 12:34:34 PM4/26/22
to Django users
Error:

  File "C:\Users\tecnico.ricardo\PycharmProjects\pythonProject01\venv01\lib\site-packages\django\db\models\sql\query.py", line 11, in <module>
    from collections import Counter, Iterator, Mapping, OrderedDict
ImportError: cannot import name 'Iterator' from 'collections' (C:\Users\tecnico.ricardo\AppData\Local\Programs\Python\Python310\lib\collections\__init__.py)
(venv01) PS C:\Users\tecnico.ricardo> 


Derek

unread,
Apr 29, 2022, 8:46:56 AM4/29/22
to Django users
You may need to update the version of Django you're running; the current source code (https://github.com/django/django/blob/main/django/db/models/sql/query.py) shows this import:

from collections.abc import Iterator, Mapping

Hope that helps.

Reply all
Reply to author
Forward
0 new messages