When I attempt to use the maas tool to list anything (machines, profiles, subnets) the tool fails with the error:
Error: module 'collections' has no attribute 'Iterable'
OS: Ubuntu Jammy
Python: 3.10 (Ubuntu pkg)
MAAS Version: 3.1.0 (on Ubuntu Focal)
How was libmaas installed:
$ python3 -m venv maas
$ source maas/bin/activate
$ pip install git+https://github.com/maas/python-libmaas.git
$ pip list installed |grep maas
python-libmaas 0.6.7
$ maas login <url> <username>
# Works
$ maas machines
# Fails
I'm aware of #271 and my version seems to have that fix. Nevertheless, the problem persists.
Thanks,
-Josh
When I attempt to use the
maastool to list anything (machines, profiles, subnets) the tool fails with the error:OS: Ubuntu Jammy
Python: 3.10 (Ubuntu pkg)
MAAS Version: 3.1.0 (on Ubuntu Focal)
How was libmaas installed:
I'm aware of #271 and my version seems to have that fix. Nevertheless, the problem persists.
Thanks,
-Josh