-
Notifications
You must be signed in to change notification settings - Fork 21
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
Exception from tree-sitter on every run #14
Comments
Thanks for trying aider and filing this issue. Did you install aider a few times, using different install methods? It looks like you are running aider with the wrong dependencies. This doc may be helpful: |
This is an issue with grep-ast, not aider. Aider works great for me. |
I just tried the grep-ast recommended install method of |
Sorry about that. You probably need to |
After running
grep-ast indeed works. However, it prints the warning
Thanks! |
I get this exception whenever running
grep-ast
:This occurs when using both Python 3.12 and 3.11 (I tried 3.11 based on some of the comments on #7, but I don't know if/how this is related to that issue).
Environment: Ubuntu 24.04, installing using
pipx
, using the system Python (or Python 3.11 from the deadsnakes PPA).The text was updated successfully, but these errors were encountered: