Closed alexanderkjeldaas closed 1 month ago
https://github.com/NixOS/nixpkgs/issues/342523 was closed by mistake so opened this
Thanks for opening this issue. Discussion started here https://github.com/NixOS/nixpkgs/pull/341015. It is clear that v1.44.22 of litellm
is what causes the issue but I'm not sure what could be done. @happysalada maybe you have an idea?
There is an open issue in the repo, we have to wait for the dependencies to be updated upstream unfortunately. On the next update of this dependency ill be sure to try to run aider. Sorry for the inconvenience !
we have to wait for the dependencies to be updated upstream unfortunately
Why don't you use packageOverrides
?
@happysalada the issue on aider's repo was closed https://github.com/paul-gauthier/aider/issues/1278
the fix is to not use the wrong version of litellm :sweat:
we have to wait for the dependencies to be updated upstream unfortunately
Why don't you use
packageOverrides
?
it's not so simple for python packages. each one is a forest of carefully balanced dependencies.
Latest aider update matches with the latest litellm update, so we should be good in a couple of days
Describe the bug
A small difference in the dependencies used by aider and nixpkgs causes aider to crash.
Steps To Reproduce
See https://github.com/paul-gauthier/aider/issues/1557
@taha-yassine
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.