RepoAgent icon indicating copy to clipboard operation
RepoAgent copied to clipboard

使用pip安装完之后 运行repoagent configure 报错

Open zkandroid opened this issue 10 months ago • 1 comments

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/bin/repoagent", line 5, in from repo_agent.main import app File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/repo_agent/main.py", line 28, in repo_path: Annotated[str, typer.Option(prompt="Enter the path to your local repository")] = settings.repo_path , ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/dynaconf/base.py", line 145, in getattr value = getattr(self._wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/dynaconf/base.py", line 328, in getattribute return super().getattribute(name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Settings' object has no attribute 'REPO_PATH'

zkandroid avatar Apr 14 '24 10:04 zkandroid

image

您好,我无法复现您遇到的问题。请提供更多信息如使用版本,系统供参考。

Umpire2018 avatar Apr 19 '24 02:04 Umpire2018