On 11/24/22 08:50, Genes Lists wrote:
After the last update of python-poetry-core to 1.4.0,and python-cleo to
...
2) After installing rapidfuzz, get this error
Sorry - more complete trace back shows fault stemming from poetry app
itself:
from poetry.console.application import main
File "/usr/lib/python3.10/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.10/site-packages/cleo/exceptions/__init__.py)