DB-GPT icon indicating copy to clipboard operation
DB-GPT copied to clipboard

No such file or directory: 'requirements.txt'

Open jiangshihao1994 opened this issue 2 years ago • 1 comments

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

jiangshihao1994 avatar Jun 21 '23 04:06 jiangshihao1994

cd DB-GPT

yihong0618 avatar Jun 21 '23 06:06 yihong0618

same here, couldnt find requirements.txt. There is one in the docs folder, but that seems not the right one

yihanglim avatar Sep 24 '23 13:09 yihanglim

@yihanglim you can use pip install . for now

yihong0618 avatar Sep 24 '23 13:09 yihong0618

But that does not install all the required module, all chormadb, langchain, etc are missing

yihanglim avatar Sep 25 '23 14:09 yihanglim

pip install -e '.[all]'

yihong0618 avatar Sep 25 '23 14:09 yihong0618

Indeed, there has been a modification, and you may now access the most recent document for installation. https://db-gpt.readthedocs.io/en/latest/getting_started/install/deploy/deploy.html#install

csunny avatar Oct 26 '23 07:10 csunny