You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Issue
When launching
docker run -it --user $(id -u):$(id -g) \--volume $(pwd):/app paulgauthier/aider-full
, i got the following error:Everything worked fine with previous release of the image.
Any idea ?
Version and model info
Aider 0.71.0
The text was updated successfully, but these errors were encountered: