yxlllc / DDSP-SVC

Real-time end-to-end singing voice conversion system based on DDSP (Differentiable Digital Signal Processing)
MIT License
1.87k stars 250 forks source link

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

Open 1wthlean opened 1 year ago

1wthlean commented 1 year ago

don't know what to do please help

yxlllc commented 1 year ago

Check if the pip command is executed in the correct directory

TheStrefo commented 1 year ago

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

arjunbahuguna commented 9 months ago

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