-
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
How do I install and use it? #2
Comments
it is on the extension store. https://marketplace.visualstudio.com/items?itemName=lee2py.aider-composer you can also download the latest release and open it with vs code directly by drag+drop on main window. |
It's weird, but it's keep complaining that my However I installed all packages required |
/opt/anaconda3/bin/python is the python command path? the setting python path want to the directory which include python command. |
It's a path to the binary I have, so |
oh I know it, you should set to |
@lee88688 What I should do ? Actually I had tried all option but it still appear error: Python path does not include python executable, skip starting aider-chat service |
@tuanlv14 what version of python are you installed? python from official website, anaconda, or some others? it seems like you use venv to install it? |
@tuanlv14 I think you use python env to install the package. I install it using venv. and it is no other problems. have you installed |
|
That worked on Mac, thank you! |
@tuanlv14 you can test this by start aider with this python env. maybe it can give you some inspiration why. |
I have installed aider-char and flask to venv as I run archlinux and got aider work from terminal. I`ve pointed python path to venv/bin and got this messages in vscode extention output: [info] Extension "aider-composer" is now active! |
@0kauri0 is there any other information in the output? |
I want to use Composer with a local qwen model. When I select Ollama as the provider, it asks for the model, api key and base URL. What do I enter as the api key? |
2024-11-24 20:30:47.624 [info] Extension "aider-composer" is now active! Runtime Status Uncaught Errors (1) Messages (2) Command aider-composer.RejectAllChanges already registered by Aider Composer (lee2py.aider-composer) |
any api key is accepted. the base uri is the ollama's base url, you should checkout the ollama. usually it is |
Hi what are the workspace folders Aider Composer can't find? I am on Windows 11 2024-11-26 16:42:12.961 [info] Starting aider-chat service... |
Refer to this #37 |
I added a repository with a html file that aider created, but still receive the "No workspace folders found, skip starting aider-chat service":
|
can you just open a folder? |
Ok, got it. |
using Ubuntu via WSL running this command This is the location of your Python interpreter executable. This path indicates you are using the system-installed Python 3 located in the standard Unix/Linux binary directory. |
current only support python command, python3 command may not supported. can you setup a python command? use python venv or anaconda to create one. |
when setting the path i picked it from the cmd asking
then i searched for
Then i tried all these paths in windows 10 > VS Code > Aider-composer: Python Path
But still says: Python path does not include python executable, please set it in vscode settings. |
do not include python.exe. and I think |
I tried it today but still it does not work for me, Here's the output:
|
@skimtiyaz you can try aider in terminal first. when it works, it may work in extension. |
This comment was marked as duplicate.
This comment was marked as duplicate.
Requisitos: Instalar python Instale los paquetes necesarios usando: Verifica que tiene instalado Python: Busque la ruta de Python 3: En la terminal, ejecute: which python3 Establecer la ruta de Python en VS Code: Abrir VS Code. Vaya a Archivo > Preferencias > Configuración (o presione Ctrl + ,). En la barra de búsqueda, escriba: preferences "python.defaultInterpreterPath" |
Can't get anywhere with mine because the Settings page says "Please select a setting" but there is nothing there to select.. same with Editor Model, "Please select a editor model" - when i try to put in API keys and try different Providers, it just .. disappears lol |
you should use add form below. and then you can select. |
I'm having the same problem. My work environment is Vscode in Windows, and it is connected to the Ubuntu Server. Even though I set a correct Python path for both vscode and aider-composer configuration, I still cannot choose any item from the 'Current Setting' and 'Editor Model' menus of the Settings. |
@insujeon please add a model first and you can select. |
@wellzero remote is currently not supported. I'm working on this. not sure if this can be resolved. |
hope you can fix it. waiting for your new feature. :) |
No description provided.
The text was updated successfully, but these errors were encountered: