Skip to content

Uncaught NotADirectoryError in pathlib.py line 1313 #5180

@AaronMHaag

Description

@AaronMHaag

Aider version: 0.86.2
Python version: 3.12.3
Platform: Linux-6.17.0-22-generic-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.17.0-22-generic (64bit)
Git version: git version 2.43.0

An uncaught exception occurred:

Traceback (most recent call last):
  File "aider", line 6, in <module>
    sys.exit(main())
             ^^^^^^
  File "main.py", line 738, 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 1313, in mkdir
    os.mkdir(self, mode)
NotADirectoryError: [Errno 20] Not a directory: '/home/aaron-haag/.aider/caches'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions