ITADN

Uncaught NotImplementedError in pathlib.py line 1090

#5299ClosedWalter-Henri 创建于 2026-06-20
W
Walter-Henricommented
Aider version: 0.86.2 Python version: 3.12.10 Platform: Windows-11-10.0.26100-SP0 Python implementation: CPython Virtual environment: No OS: Windows 11 (64bit) Git version: git version 2.52.0.windows.1 An uncaught exception occurred: ``` Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "__main__.py", line 4, in <module> main() File "main.py", line 1130, in main coder.run(with_message=args.message) File "base_coder.py", line 880, in run self.run_one(with_message, preproc) File "base_coder.py", line 928, in run_one message = self.preproc_user_input(user_message) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "base_coder.py", line 917, in preproc_user_input return self.commands.run(inp) ^^^^^^^^^^^^^^^^^^^^^^ File "commands.py", line 324, in run return self.do_run(command, rest_inp) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "commands.py", line 296, in do_run return cmd_method(args) ^^^^^^^^^^^^^^^^ File "commands.py", line 1343, in cmd_read_only matches = list(Path(self.coder.root).glob(expanded_pattern)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "pathlib.py", line 1090, in glob raise NotImplementedError("Non-relative patterns are unsupported") NotImplementedError: Non-relative patterns are unsupported ```
关闭于 2026-06-21 1 条评论