[Bug 1966442] Re: AttributeError: module 'collections' has no attribute 'Iterable'

Launchpad Bug Tracker 1966442 at bugs.launchpad.net
Tue Mar 29 03:04:59 UTC 2022


This bug was fixed in the package python-os-win - 5.5.0-0ubuntu2

---------------
python-os-win (5.5.0-0ubuntu2) jammy; urgency=medium

  * d/p/lp1966442.patch: drop collections.Iterable in favor
    collections.abc.Iterable (LP: #1966442).

 -- Felipe Reyes <felipe.reyes at canonical.com>  Fri, 25 Mar 2022 15:17:49
-0300

** Changed in: python-os-win (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-os-win in Ubuntu.
https://bugs.launchpad.net/bugs/1966442

Title:
  AttributeError: module 'collections' has no attribute 'Iterable'

Status in os-win:
  Fix Released
Status in python-os-win package in Ubuntu:
  Fix Released

Bug description:
  the collections module has deprecated (and now removed) the "Iterable"
  class, the correct way of importing it in python3 is using the
  "collections.abc" module.

  So os-win is failing at the moment on python 3.9 and 3.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/os-win/+bug/1966442/+subscriptions




More information about the Ubuntu-openstack-bugs mailing list