Open tirkarthi opened 4 years ago
Use collections for Python 2 and collections.abc for Python 3.
https://github.com/vmware/vcd-cli/blob/4543c76d3a4988f049c293c80458bd8e9b66895e/vcd_cli/utils.py#L218
It appears this issue breaks vcd-cli on Ubuntu 22.04, which ships with Python 3.10
vcd-cli
Use collections for Python 2 and collections.abc for Python 3.
https://github.com/vmware/vcd-cli/blob/4543c76d3a4988f049c293c80458bd8e9b66895e/vcd_cli/utils.py#L218