Closed MaxG87 closed 2 years ago
Two workarounds:
pipx install td-watson && pipx inject td-watson click==7.1.2
pipx install git+https://github.com/TailorDev/Watson.git
.I didn't know about pipx inject
! Thank you very much!
I ended up with
python setup.py bdist_wheel
pipx install dist/td_watson-2.0.1-py2.py3-none-any.whl
because I had it cloned anyways.
Should be fixed with the 2.1.0 fresh release!
Since Click 8.0 was published, it is no longer possible to install
watson
usingpipx install td-watson
. That would pull version 2.0.1 and subsequently Click 8.0. It gave me quite a headache to sort this out.By releasing a bugfix release these complications could be avoided for others.