paul-gauthier / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
18.8k stars 1.74k forks source link

Struggling to install/run Aider on Windows #1507

Open tdobson opened 1 week ago

tdobson commented 1 week ago

Issue

Me and my friend @jkuriata are struggling to install Aider on Windows with VS Code. I'm aware of the vscode plugin, it's more just the vanilla aider I'm struggling with. We're trying to install from pip (and ultimately pipx).

The main problem that seems to be occurring is when it runs, it starts, but then at the moment where we expect it to drop into interactive mode, it sort of drops us back into powershell - like this:

PS C:\Users\Judyt\OneDrive\Documents\tutorial\myapp> pipx list venvs are in C:\Users\Judyt\pipx\venvs apps are exposed on your $PATH at C:\Users\Judyt.local\bin manual pages are exposed at C:\Users\Judyt.local\share\man package aider-chat 0.56.0, installed using Python 3.12.6

I'm put a lot of braincells to it, but I'm struggling to work it out.

I did use this - but it hasn't created joy. https://aider.chat/docs/troubleshooting/aider-not-found.html

Here's some of things we've tried

https://pastebin.com/7HxyhcWA

Version and model info

Windows 11 Home Aider: latest from pip Python from Windows store

fry69 commented 1 week ago

Not a Windows expert but I know that OneDrive and other auto-synced folders are a bad place for installing Python and git stuff:

paul-gauthier commented 12 hours ago

How did you install aider?

This doc might be helpful:

https://aider.chat/docs/install/pipx.html