$ docker-compose run single_task_coder
[...]
Failed to send telemetry event ClientStartEvent: capture() takes 1 positional argument but 3 were given
Traceback (most recent call last):
File "/Clean_Coder/single_task_coder.py", line 94, in <module>
prompt_index_project_files()
File "/Clean_Coder/src/tools/rag/index_file_descriptions.py", line 254, in prompt_index_project_files
answer = questionary.select(
File "/usr/local/lib/python3.10/site-packages/questionary/prompts/select.py", line 205, in select
layout = common.create_inquirer_layout(ic, get_prompt_tokens, **kwargs)
File "/usr/local/lib/python3.10/site-packages/questionary/prompts/common.py", line 611, in create_inquirer_layout
_fix_unecessary_blank_lines(ps)
File "/usr/local/lib/python3.10/site-packages/questionary/prompts/common.py", line 591, in _fix_unecessary_blank_lines
default_container.get_children()[0].content.get_children()[1].content # type: ignore[attr-defined]
AttributeError: 'VSplit' object has no attribute 'content'
Hi,
I tried to run docker instance using instruction from https://clean-coder.dev/getting_started/run_with_docker/ . I configured LOCAL_MODEL_API_BASE and LOCAL_MODEL_NAME. When I run I get: