[New-bugs-announce] [issue45142] Import error for Iterable in collections

Joshua report at bugs.python.org
Wed Sep 8 19:00:24 EDT 2021


New submission from Joshua <joshua at himmens.com>:

Traceback:
Traceback (most recent call last):
  File "/Users/user/PycharmProjects/phys2/main.py", line 5, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/__init__.py)

Done using a venv based on python 3.10.0rc1 running on Darwin/MacOS. 

I am new to adding bugs so I don't quite know what information I can provide that could be of use other than that this issue persists in REPL.

----------
components: Library (Lib)
messages: 401425
nosy: Joshuah143
priority: normal
severity: normal
status: open
title: Import error for Iterable in collections
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45142>
_______________________________________


More information about the New-bugs-announce mailing list