CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.05k stars 8.71k forks source link

pip install -r requirements.txt, ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' #1117

Closed Atlas5779 closed 1 year ago

Atlas5779 commented 1 year ago

This is my first time using this software or coding. Please speak in simple terms. (voice-software) PS C:\windows> cd.. (voice-software) PS C:> cd Users (voice-software) PS C:\Users> cd adria (voice-software) PS C:\Users\adria> cd OneDrive (voice-software) PS C:\Users\adria\OneDrive> cd Desktop (voice-software) PS C:\Users\adria\OneDrive\Desktop> cd voice-clone (voice-software) PS C:\Users\adria\OneDrive\Desktop\voice-clone> pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' (voice-software) PS C:\Users\adria\OneDrive\Desktop\voice-clone> pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' (voice-software) PS C:\Users\adria\OneDrive\Desktop\voice-clone> So what have I done wrong here? What is the fix?

HexBanana commented 1 year ago

Hmm,i don't speak English so i may make some grammar mistakes.Please forgive me.There is a file called requirements.txt in the root directory of each project, which contains all dependencies of the project.You may not be in the root directory of the project or you may have lost the requirements.txt file.I suggest you download the whole project again and run it again in the root directory of the project.

peterpeterpeterpeterpeterpeterpeterpete commented 1 year ago

you need to run pip install -r >full path to requirements.txt file in the download< for me its pip install -r F:\Downloads\Real-Time-Voice-Cloning-master\Real-Time-Voice-Cloning-master\requirements.txt it will look a bit different but you have to go exactly to where your requirements.txt is copy the path above the files and add \requirements.txt to it

Atlas5779 commented 1 year ago

Thanks, I have put voice cloning at the back of my to do list, and started learning to code python instead. I wanted voice cloning for youtube, now I have changed career paths to coding.

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows

From: @.> Sent: Thursday, 27 October 2022 11:46 PM To: @.> Cc: @.>; @.> Subject: Re: [CorentinJ/Real-Time-Voice-Cloning] pip install -r requirements.txt, ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' (Issue #1117)

you need to run pip install -r >full path to requirements.txt file in the download< for me its pip install -r F:\Downloads\Real-Time-Voice-Cloning-master\Real-Time-Voice-Cloning-master\requirements.txt it will look a bit different but you have to go exactly to where your requirements.txt is copy the path above the files and add \requirements.txt to it

— Reply to this email directly, view it on GitHubhttps://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1117#issuecomment-1293550702, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3IHARDO4BW6OZDIAAVCTSLWFKBRXANCNFSM6AAAAAAQU464PQ. You are receiving this because you authored the thread.Message ID: @.***>