Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AttributeError
#3
From python3.9 docs:
Quote:Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.9.

you should be using collections.abc.Sequence

https://docs.python.org/3.11/library/col...ctions.abc
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
AttributeError - by Vidya - May-18-2023, 02:54 PM
RE: AttributeError - by deanhystad - May-18-2023, 03:35 PM
RE: AttributeError - by buran - May-18-2023, 04:27 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020