yxlllc/DDSP-SVC

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

1wthlean opened this issue · 3 comments

don't know what to do
please help

yxlllc commented

Check if the pip command is executed in the correct directory

The pip command is being executed in the correct directory (I'm pretty sure anyway) and I'm still encountering this issue.

Use absolute path of requirements.txt in the pip command. For example, pip install -r /home/username/Projects/DDSP-SVC/requirements.txt.