deepfakes / faceswap

Deepfakes Software For All
https://www.faceswap.dev
GNU General Public License v3.0
50.52k stars 13.06k forks source link

Error installing requirements... #132

Closed ZeroCool22 closed 6 years ago

ZeroCool22 commented 6 years ago

I installed sucessfull: pip install virtualenvwrapper-win

Then i ejecute:

mkvirtualenv faceswap setprojectdir .

Then: pip install -r requirements.txt

And then a lot of errors appeared https://pastebin.com/gpnWNfpM

IUsedToBeAPygmy commented 6 years ago

First of all why are you doing all this in your Windows\System32 folder?

Try it from your C:\faceswap-master folder!

ZeroCool22 commented 6 years ago

You see the code i paste in pastebin?

(faceswap) C:\Windows\System32>cd C:\faceswap-master

(faceswap) C:\faceswap-master>pip install -r requirements-gpu.txt

I was in the folder C:\faceswap-master before ejecute pip install -r requirements-gpu.txt

I'm following step by step the guide of the repo: https://github.com/deepfakes/faceswap/blob/master/INSTALL.md

IUsedToBeAPygmy commented 6 years ago

(faceswap) C:\Windows\System32>setprojectdir .

"C:\Windows\System32" is now the project directory for
virtualenv "C:\Users\ZeroCool22\Envs\faceswap"

"C:\Windows\System32" added to
C:\Users\ZeroCool22\Envs\faceswap\Lib\site-packages\virtualenv_path_extensions.pth

You are setting up your project directory to be C:\Windows\System32 instead of C:\faceswap-master

I think you have missed this part:

For now, extract the code to a directory where you're comfortable working with it. Navigate to it with the command line.

Try to remove your current virtualenv and try to create it again from your faceswap-master folder?