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 trying to use the aider-full docker image to work on aider.
command run: docker run -it --user $(id -u):$(id -g) --volume $(pwd):/app paulgauthier/aider-full
Followed instructions here: https://aider.chat/docs/install/docker.html
Same issue happens with: docker run -it --user $(id -u):$(id -g) --volume $(pwd):/app paulgauthier/aider
id -u
501
id -g
20
pwd
/Users/mikegehard/workspace/aiDev/aider
Traceback (most recent call last):
File "pathlib.py", line 1175, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/.aider/caches'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "aider", line 8, in <module>
sys.exit(main())
File "main.py", line 711, in main
check_version(io, verbose=args.verbose)
File "versioncheck.py", line 94, in check_version
VERSION_CHECK_FNAME.parent.mkdir(parents=True, exist_ok=True)
File "pathlib.py", line 1179, in mkdir
self.parent.mkdir(parents=True, exist_ok=True)
File "pathlib.py", line 1175, in mkdir
self._accessor.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/.aider'
The text was updated successfully, but these errors were encountered:
mikegehard
changed the title
Uncaught PermissionError in pathlib.py line 1175
Uncaught PermissionError in pathlib.py line 1175 in aider-full docker image
Jan 17, 2025
When trying to use the aider-full docker image to work on aider.
command run:
docker run -it --user $(id -u):$(id -g) --volume $(pwd):/app paulgauthier/aider-full
Followed instructions here: https://aider.chat/docs/install/docker.html
Same issue happens with:
docker run -it --user $(id -u):$(id -g) --volume $(pwd):/app paulgauthier/aider
Aider version: 0.71.1
Python version: 3.10.16
Platform: Linux-6.10.14-linuxkit-aarch64-with-glibc2.36
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.10.14-linuxkit (64bit)
Git version: git version 2.39.5
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: