AttributeError: module 'collections' has no attribute 'Iterable'
Bug #1966442 reported by
Felipe Reyes
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| os-win |
Fix Released
|
Undecided
|
Felipe Reyes | ||
| python-os-win (Ubuntu) |
Fix Released
|
High
|
Felipe Reyes | ||
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.
| Changed in os-win: | |
| assignee: | nobody → Felipe Reyes (freyes) |
| Changed in python-os-win (Ubuntu): | |
| assignee: | nobody → Felipe Reyes (freyes) |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /os-win/ +/835224
Review: https:/