branch: elpa/aidermacs commit 359b8eb6c169d9b86df817e92662102de0b1edb8 Author: ymfsing <13830366+ymfs...@users.noreply.github.com> Commit: Matthew Zeng <matthew...@posteo.net>
Doc : fix uv aider proxy error --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e815c5850e..92024ba628 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,12 @@ Aider only support Python 3.12 currently, you can use [uv](https://github.com/as uv tool install --force --python python3.12 aider-chat@latest ``` +If you encounter a proxy-related [issue](https://github.com/Aider-AI/aider/issues/2984) , such as the error indicating that the 'socksio' package is not installed, please use: + +```bash +uv tool install --force --python python3.12 aider-chat@latest --with 'httpx[socks]' +``` + And adjust aidermacs program with below config. ```elisp