|
|
|
|
|
by egorfine
27 days ago
|
|
I hate the state of python packages ecosystem. The other day I wanted to install isd on Ubuntu. Isd requires uv. uv? Not installed. Ok, pip install uv. No way, "externally managed" whatever that means. Ok, install venv. Then install uv. Then install isd. All messages are cryptic, some exceptions were thrown on console for quite vanilla default cases. |
|