After the last update of python-poetry-core to 1.4.0,and python-cleo to
2.0.0-1 : poetry is broken in 2 ways.
These are triggered by running the command:
poetry version xxx
1) missing dependency on python-rapidfuzz
which leads to this error:
File "/usr/lib/python3.10/site-packages/cleo/_utils.py", line 8, in <module>
from rapidfuzz.distance import Levenshtein
ModuleNotFoundError: No module named 'rapidfuzz'
2) After installing rapidfuzz, get this error
which I haven't found a fix for
from cleo.exceptions import CleoException
ImportError: cannot import name 'CleoException' from 'cleo.exceptions'
(/usr/lib/python3.10/site-packages/cleo/exceptions/__init__.py)
Thanks
gene