Installation aborted

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
wsyn470
Posts: 8
Joined: Mon Feb 13, 2023 4:46 am
Has thanked: 1 time

Installation aborted

Post by wsyn470 »

SYSTEM:Windows 11
When the downloading of minicanda3 is finished, this error appears: some applications failed to install. Process aborted. Check details.

(check) CPU Supports AVX Instructions
(check) CPU Supports SSE4 Instructions
(check) Completed check for installed applications
(check) Setting up for: nvidia

Downloading Miniconda3...
Installing Miniconda3. This will take a few minutes...
Error Installing Miniconda3
Install Aborted

by torzdf » Tue Feb 14, 2023 11:50 am

You should click "Show Details" in the installer and post the full output.

However, most likely, this is the same connection issues as before.

Tensorflow installs Cuda/cuDNN as well and this is about 2GBs of libraries. If you have connection issues, then this is the area it is most likely to fail.

There is literally nothing I can do about connection issues, sadly.

If you can't resolve that issue, then you'll need to manual install.

Go to full post
User avatar
torzdf
Posts: 2667
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: Installation aborted

Post by torzdf »

Most likely you are having issues downloading Miniconda. This can happen for numerous reasons (firewall, bad internet connection etc. etc.)

In the first instance you should try re-running the installer from a different/better internet connection.

If this doesn't work, you can install MiniConda manually from here: https://repo.anaconda.com/miniconda/Min ... x86_64.exe

And then try re-running the installer (it should detect the MiniConda installation)

If you still have issues, then you most likely will need to manually install: https://github.com/deepfakes/faceswap/b ... tall-guide

My word is final

User avatar
wsyn470
Posts: 8
Joined: Mon Feb 13, 2023 4:46 am
Has thanked: 1 time

Re: Installation aborted

Post by wsyn470 »

torzdf wrote: Mon Feb 13, 2023 12:12 pm

Most likely you are having issues downloading Miniconda. This can happen for numerous reasons (firewall, bad internet connection etc. etc.)

In the first instance you should try re-running the installer from a different/better internet connection.

If this doesn't work, you can install MiniConda manually from here: https://repo.anaconda.com/miniconda/Min ... x86_64.exe

And then try re-running the installer (it should detect the MiniConda installation)

If you still have issues, then you most likely will need to manually install: https://github.com/deepfakes/faceswap/b ... tall-guide

Thanks! Now a new trouble appears:

[33mWARNING[0m Couldn't install tensorflow-gpu>=2.7.0,<2.11.0 with pip. Please install this package manually
[31mERROR[0m Some packages failed to install. This may be a temporary error which might be fixed by re-running this script. Otherwise please install these packages manually.
Error Setting up Faceswap
Install Aborted

User avatar
torzdf
Posts: 2667
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: Installation aborted

Post by torzdf »

You should click "Show Details" in the installer and post the full output.

However, most likely, this is the same connection issues as before.

Tensorflow installs Cuda/cuDNN as well and this is about 2GBs of libraries. If you have connection issues, then this is the area it is most likely to fail.

There is literally nothing I can do about connection issues, sadly.

If you can't resolve that issue, then you'll need to manual install.

My word is final

Locked