You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run aider in an environment with all_proxy being set it gives the error below:
Error loading model metadata models: Error loading model definition from
/opt/homebrew/Cellar/aider/0.72.2/libexec/lib/python3.12/site-packages/aider/resources/model-metadata.json: Using
SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using `pip install
httpx[socks]`.
I guess aider should include socksio and https[socks] package in its distribution.
Issue
If I run
aider
in an environment withall_proxy
being set it gives the error below:I guess
aider
should includesocksio
andhttps[socks]
package in its distribution.Version and model info
Aider version: 0.72.2
Python version: 3.12.8
Platform: macOS-15.2-arm64-arm-64bit
Python implementation: CPython
Virtual environment: Yes
OS: Darwin 24.2.0 (64bit)
Git version: git version 2.48.1
The text was updated successfully, but these errors were encountered: