-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brew Aider fails to find model, but pip version does #2537
Comments
Thanks for trying aider and filing this issue. It's not recommended to install aider via brew. Installation via pip or pipx is recommended. Likely you've picked up a newer version via pip than you got via brew. Note that aider only works with python 3.9-3.12, not 3.13. |
I was able to get it working using a global pip install, thanks. I'm curious if it is the brew install that caused the problem or Python 3.13. If the latter, can it be resolved if the brew dependencies listed 3.12 or less? |
It won't install at all with python 3.13. See #1984 |
I'm labeling this issue as stale because it has been open for 2 weeks with no activity. If there are no additional comments, I will close it in 7 days. Note: A bot script made these updates to the issue. |
I'm good with the python version requirements, the working versions might be documented on the website to prevent similar issues 😁 |
It should be well documented on the install page now: |
I'm labeling this issue as stale because it has been open for 2 weeks with no activity. If there are no additional comments, I will close it in 7 days. Note: A bot script made these updates to the issue. |
I'm closing this issue because it has been stalled for 3 weeks with no activity. Feel free to add a comment here and we can re-open it. Or feel free to file a new issue at any time. Note: A bot script made these updates to the issue. |
Issue
I am running macOS Sequoia 15.1.1. I have tried out aider using the pip-installed version in a virtual environment. It successfully connects to the model:
Now I want to use it in a non-python project using the version installed by
brew
. This install fails to connect to the same model:I was expecting that both versions would be able to connect to the model. Note that system version of python is
Version and model info
Aider v0.66.0
Model: ollama_chat/codellama:7b with whole edit format
Git repo: .git with 2 files
Repo-map: disabled
The text was updated successfully, but these errors were encountered: