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

Latest docker full image 0.71.0 : No module named 'aider.coders' #2827

Open
youpsla opened this issue Jan 11, 2025 · 2 comments
Open

Latest docker full image 0.71.0 : No module named 'aider.coders' #2827

youpsla opened this issue Jan 11, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@youpsla
Copy link

youpsla commented Jan 11, 2025

Issue

When launching docker run -it --user $(id -u):$(id -g) \--volume $(pwd):/app paulgauthier/aider-full, i got the following error:

Traceback (most recent call last):
  File "/venv/bin/aider", line 5, in <module>
    from aider.main import main
  File "/venv/lib/python3.10/site-packages/aider/main.py", line 24, in <module>
    from aider.coders import Coder

Everything worked fine with previous release of the image.

Any idea ?

Version and model info

Aider 0.71.0

@paul-gauthier
Copy link
Collaborator

Thanks for trying aider and filing this issue.

A fix is going to CI now. I will release v0.71.1 shortly to publish a new Docker image with the fix.

@paul-gauthier
Copy link
Collaborator

Can you test the new "dev" tagged images to see if they now work for you? They seem fixed to me.

paulgauthier/aider:dev
paulgauthier/aider-full:dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants