Closed stevepowellGV closed 5 years ago
This is a conda issue :/
My advice would be to completely remove Conda from your machine, clean it up (as per: https://faceswap.dev/forum/app.php/faqpage?sid=6c5e612f4f04596edebf98168c1ecb8f#f1r1) and run the latest installer from here: https://github.com/deepfakes/faceswap/releases/tag/v1.0.0
Many thanks. I'll give that a go and see how I get on.
Cleared out my installs - Conda and Python, cleaned up as per the instructions.
Running the all-in-one installer ran into a problem creating the Conda envirnment...
I tried creating the environment manually from Miniconda command line, which worked fine - but then ran into the same issue with the setup script as before.
@stevepowellGV I incurred into the same error, I installed miniconda without creating anything and the installer worked. Remember to remove the old Anaconda folders as they contain libraries and stuff that may break the installer
Still having no success with that. I cleaned out all Anaconda/Miniconda files. Restarted, successfully installed Miniconda and ran the faceswap install package. Got exactly the same error.
I tried a couple of times, running the installer under main user, and again with admin privileges. Same problem.
Again, I was able to create a conda environment from the command line without any problems,
This is a Conda issue, not a faceswap issue. We have seen this problem before, when Conda made changes.
You can try installing an older version of miniconda. 4.5.12 is known to work
Ok thanks, I'll give that a try.
Thanks for that suggestion.
Obviously it's not your issue, but for some reason I was unable to install that older version of Miniconda. The errors returned were strangely similar to those I get trying to run the Faceswap install script.
Shown is trying to install Miniconda2, which I tried after Miniconda3 didn't work...
Yes, this is a bug with the conda installer or your local install. Unfortunately there is really nothing that we can do about this ourselves. Our only suggestion is to try a clean install. Remove all signs of Python and Conda and try again. If that doesn't solve it, please raise an issue with Anaconda as they're the only ones who could resolve it.
Describe the bug When running python setup.py on Windows 10 on a clean
conda 4.7.10
virtual machine, the script is failing with the following stack trace -To Reproduce Steps to reproduce the behavior: 1 Create a VM in Anaconda (I used Miniconda)
Expected behavior The setup script should run and install all dependencies for faceswap
Desktop (please complete the following information):