Skip to content
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

Extension not working: Various issues #55

Open
PietFourie opened this issue Dec 26, 2024 · 1 comment
Open

Extension not working: Various issues #55

PietFourie opened this issue Dec 26, 2024 · 1 comment

Comments

@PietFourie
Copy link

HI
I would like to contribute the following. I run linuxmint 20.4 and vscode (latest) aider 0.68.1, aider-composer 1.8.
I used the recommended aider installation, which is
python -m pip install aider-install
aider-install
This uses "uv" to install aider-install and then when you run aider-install it puts all the files in the following directory "/home/user/.local/share/uv/" with subfolders "python" and "tools".
However it does not install "flask" nor creates a virtual environment. That makes things difficult.
You have to install "flask" manually: Install Flask to the current directory:
python3.12 -m pip install flask --target .

The python path that works for me is
"/home/user/.local/share/uv/tools/aider-chat/bin"

Initially Aider-compose worked with older versions. (maybe 1.6 and older. I did not notice)
The problem I now have had for several days, even previous versions of Aider-composer is that the Output terminal shows
2024-12-26 15:50:22.443 [info] Starting aider-chat service...
2024-12-26 15:50:22.443 [info] aider-chat process args: /home/user/.local/share/uv/tools/aider-chat/bin/python -m flask -A /home/user/.vscode/extensions/lee2py.aider-composer-1.8.0/server/main.py run --port 13582
2024-12-26 15:50:24.782 [info] aider-chat: �[31m�[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.�[0m
2024-12-26 15:50:24.783 [info] aider-chat: * Running on http://127.0.0.1:13582
2024-12-26 15:50:24.783 [info] server started: http://127.0.0.1:13582
2024-12-26 15:50:24.783 [info] aider-chat: �[33mPress CTRL+C to quit�[0m

When I click on the Aider_compose Icon it only says "aider.composer is starting, please wait." and nothing more. It just stays there.
Any help or ideas?

@lee88688
Copy link
Owner

currently, is there any error or warning in the aider composer's output? this starting page may not be seen at usual.

I just release the 1.8 for architect mode, there maybe some bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants