4 ms·
I was running into this too until I started upgrading with llm install -U llm instead of uv tool upgrade llm (the latter of which is recommended by simonw i
by varyherb 1y ago
I was running into this too until I started upgrading with
llm install -U llm
instead of
uv tool upgrade llm
(the latter of which is recommended by simonw in the original post)
- simonw 1y agoThanks! I didn't realize "llm install -U llm" did that. I'll add that to the upgrade docs.