DDSP-SVC icon indicating copy to clipboard operation
DDSP-SVC copied to clipboard

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

Open 1wthlean opened this issue 1 year ago • 3 comments

don't know what to do please help

1wthlean avatar Aug 25 '23 19:08 1wthlean

Check if the pip command is executed in the correct directory

yxlllc avatar Aug 26 '23 09:08 yxlllc

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

TheStrefo avatar Sep 27 '23 22:09 TheStrefo

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

arjunbahuguna avatar Jan 23 '24 10:01 arjunbahuguna