|
|
|
|
|
by emmanueloga_
581 days ago
|
|
Hey there, I experienced a hairy error message recently too while trying to install aider-chat from pypi with Python 3.13 and Pixi (but I was told the error was coming from UV). "Solution": `pixi add python=3.12`, then `pixi add --pypi aider-chat` succeeds without issues. A message like "aider-chat seems to be incompatible with python=3.13, try downgrading to python-3.12" would be great, assuming this is really the case. I can create an issue if it helps, but really quick here's the error I was getting and some talk on discord about it: https://pastebin.com/UVkFstJH https://discord.com/channels/1082332781146800168/12957237931... |
|