fry69

Results 271 comments of fry69

System packages sadly often get the dependencies wrong. Please find another way to install aider, `pipx` is known to work reliably.

These dependency/import error occur from installing aider via system packages, which do not respect the required dependencies aider needs. Please install aider via `pipx` or `venv`. This document may be...

Thank you for filing this issue. The error you provided ``` ValueError: Unknown scheme for proxy URL URL('socks://127.0.0.1:7891/ ``` seems to indicate that you are trying to setup a proxy...

Thank you for filing this issue. This can happen in rare cases when the LLM gets confused, usually when too many files are in the context or the chat history...

Thank you for filing this issue. The fix is available in the main branch. You can get it by installing the latest version from GitHub: ``` aider --install-main-branch # or....

Thank you for filing this issue. Unfortunately GitPython (which aider uses) really does not like a git repository in detached head state (checkout without being on a branch). For now...

Thank you for filing this issue. The fix is available in the main branch. You can get it by installing the latest version from GitHub: ``` aider --install-main-branch # or...

@jbellis Does pressing `Enter` work for you to refresh the autocompleter (as @paul-gauthier mentioned in the related issue) and is this an acceptable solution for you?

Thank you for filing this issue. This looks similar to #1484, it may be related to broken dependencies. This document may be helpful https://aider.chat/docs/troubleshooting/imports.html If possible and available try using...

Thank you for filing this issue. There is the averaged `seconds_per_case:` field in the raw data for the benchmarks, which could give you an impression how fast or slow a...