Dear Maintainer,
Running `poetry install`, I encounter the following error:
Traceback (most recent call last):
File "/usr/bin/poetry", line 5, in <module>
from poetry.console.application import main
File "/usr/lib/python3/dist-packages/poetry/console/application.py",
line 15, in <module>
from cleo.exceptions import CleoError
ImportError: cannot import name 'CleoError' from 'cleo.exceptions'
(/usr/lib/python3/dist-packages/cleo/exceptions/__init__.py)
The missing class was introduced on python3-cleo >= 1.0.0, whereas the system
has python3-cleo == 1.0.0a5-3. Ideally, by bumping python3-cleo on Debian
Bookworm, Poetry should work again.
Thanks,
Alex