-
Notifications
You must be signed in to change notification settings - Fork 24
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
WSL Ubuntu Python Path - not working [Aider works in zsh terminal but not with this extension] #39
Comments
this need to start a server in the extension host. if use WSL, extension may not connect the server in the WSL? |
Hi @lee88688, thanks for the great work. Windows can NOT connect a server running on WSL by 127.0.0.1, it's another address. I hope this can help you to make aider-composer work in WSL |
I am not sure if the official has provided relevant APIs for forwarding the host's port. so that I can use it to auto redirect the aider's server port. |
I just forgot to pip install flask in my WSL python environment (I only installed aider-chat). After installing that and having set the aider-composer python path to the correct WSL python environment, all works well in VS Code WSL. Thanks! We can close this issue IMO |
NOTE: Aider works in ZSH terminal on Ubuntu. It works in the terminal in Visual Studio Code. But the Aider.Composer Extension is not working.
I have tried the following paths for the Python Path.
vscode://settings/aider-composer.pythonPath'
I believe the correct path should be: /usr/bin/python3.12
I have also tried the alternative method of setting up a virtual env.
and last
I also tried
The text was updated successfully, but these errors were encountered: