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
Aider version: 0.63.2
Python version: 3.11.5
Platform: macOS-14.6.1-arm64-arm-64bit
Python implementation: CPython
Virtual environment: No
OS: Darwin 23.6.0 (64bit)
Git version: git version 2.39.5 (Apple Git-154)
An uncaught exception occurred:
Traceback (most recent call last):
File "pathlib.py", line 1116, in mkdir
os.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/root/.aider'
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 507, in main
analytics = Analytics(logfile=args.analytics_log, permanently_disable=args.analytics_disable)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "analytics.py", line 35, in __init__
self.get_or_create_uuid()
File "analytics.py", line 74, in get_or_create_uuid
self.load_data()
File "analytics.py", line 82, in load_data
data_file = self.get_data_file_path()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "analytics.py", line 70, in get_data_file_path
data_file.parent.mkdir(parents=True, exist_ok=True)
File "pathlib.py", line 1120, in mkdir
self.parent.mkdir(parents=True, exist_ok=True)
File "pathlib.py", line 1116, in mkdir
os.mkdir(self, mode)
OSError: [Errno 30] Read-only file system: '/root'
The text was updated successfully, but these errors were encountered:
Aider version: 0.63.2
Python version: 3.11.5
Platform: macOS-14.6.1-arm64-arm-64bit
Python implementation: CPython
Virtual environment: No
OS: Darwin 23.6.0 (64bit)
Git version: git version 2.39.5 (Apple Git-154)
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: