ITADN

Uncaught MemoryError in io.py line 459

#5388Closedricardopietrobon 创建于 2026-07-03
Aider version: 0.86.2 Python version: 3.12.13 Platform: Linux-7.0.12-1-cachyos-x86_64-with-glibc2.43 Python implementation: CPython Virtual environment: Yes OS: Linux 7.0.12-1-cachyos (64bit) Git version: git version 2.55.0 An uncaught exception occurred: ``` Traceback (most recent call last): File "aider", line 10, in <module> sys.exit(main()) ^^^^^^ File "main.py", line 1162, in main coder.run() File "base_coder.py", line 887, in run self.run_one(user_message, preproc) File "base_coder.py", line 934, in run_one list(self.send_message(message)) File "base_coder.py", line 1429, in send_message chunks = self.format_messages() ^^^^^^^^^^^^^^^^^^^^^^ File "base_coder.py", line 1334, in format_messages chunks = self.format_chat_chunks() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "base_coder.py", line 1227, in format_chat_chunks self.choose_fence() File "base_coder.py", line 614, in choose_fence content = self.io.read_text(_fname) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "io.py", line 459, in read_text return f.read() ^^^^^^^^ MemoryError ```
关闭于 2026-07-03 1 条评论