Closed deep5050 closed 9 months ago
I'm getting a the same exception
File "/home/pc/.local/lib/python3.9/site-packages/colored/utilities.py", line 53, in is_style_exist
raise InvalidStyle(f'{InvalidStyle.__name__}: {name}')
colored.exceptions.InvalidStyle: InvalidStyle: underlined
Same here. Pip seems to be installing an older version of the code: "underlined" was updated to "underline" in this commit. Unfortunately, Pip's latest version is from September 21, 2022.
Update: installing the bleeding-edge version resolved this issue for me:
pip install -U git+https://github.com/gnebbia/kb