community/poetry: error when trying to invoke
/ # poetry --help
Traceback (most recent call last):
File "/usr/bin/poetry", line 5, in <module>
from poetry.console.application import main
File "/usr/lib/python3.11/site-packages/poetry/console/application.py", line 15, in <module>
from cleo.exceptions import CleoException
ImportError: cannot import name 'CleoException' from 'cleo.exceptions' (/usr/lib/python3.11/site-packages/cleo/exceptions/__init__.py)
This error occurs on edge branch and happens at least at aarch64 and riscv64.