helix-song

Results 5 comments of helix-song

补充一点输出信息: ``` 2024-09-12 17:36:16.565 | INFO | autocoder.auto_coder:load_include_files:69 - Loading include file: /project/actions/base/base.yml 2024-09-12 17:36:16.569 | WARNING | autocoder.auto_coder:main:261 - Detecting error when connecting to ray cluster: 'Namespace' object has...

操作系统:`MAC 14.3.1`

尝试了 auto-coder.chat --debug 启动,只是多了异常时调用栈,并没有更多的信息,主要是没有输出哪个文件有异常。

改了一点源码,可以输出有问题的文件了,但居然是 venv 下面的 site-packages 里的文件: ``` autocoder.pyproject:read_file_content:189 - UnicodeDecodeError on reading file /venv/lib/python3.11/site-packages/joblib/test/test_func_inspect_special_encoding.py ```

没解决。。后来去用 Cline 了。不过后来想,也许把虚拟环境(venv)从项目目录移出去能解决吧(因为报错的文件,是在 venv 里面) > 怎么解决的?