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

Uncaught FileNotFoundError in <frozen posixpath> line 423 #2248

Open
QTPah opened this issue Nov 4, 2024 · 0 comments
Open

Uncaught FileNotFoundError in <frozen posixpath> line 423 #2248

QTPah opened this issue Nov 4, 2024 · 0 comments

Comments

@QTPah
Copy link

QTPah commented Nov 4, 2024

Aider version: 0.57.1
Python version: 3.12.3
Platform: Linux-6.8.0-47-generic-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: No
OS: Linux 6.8.0-47-generic (64bit)
Git version: git version 2.43.0

An uncaught exception occurred:

Traceback (most recent call last):
  File "aider", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "main.py", line 344, in main
    default_config_files = [conf_fname.resolve()]  # CWD
                            ^^^^^^^^^^^^^^^^^^^^
  File "pathlib.py", line 1242, in resolve
    s = self._flavour.realpath(self, strict=strict)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen posixpath>", line 436, in realpath
  File "<frozen posixpath>", line 423, in abspath
FileNotFoundError: [Errno 2] No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant