DB-GPT
DB-GPT copied to clipboard
No such file or directory: 'requirements.txt'
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
cd DB-GPT
same here, couldnt find requirements.txt. There is one in the docs folder, but that seems not the right one
@yihanglim
you can use pip install . for now
But that does not install all the required module, all chormadb, langchain, etc are missing
pip install -e '.[all]'
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