The following error occurred when using setup to install in Windows

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
Mizu
Posts: 5
Joined: Mon Feb 17, 2020 1:40 pm
Has thanked: 2 times

The following error occurred when using setup to install in Windows

Post by Mizu »

The following error occurred during the installation of "installing faceswap..." with window installer:

fatal: the remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
Error Downloading Faceswap
Some applications failed to install Process Aborted. Check Details.

It's been a problem here after dozens of attempts. What should I do? There is no such problem in the installation instructions. Thank you for your trouble. Waiting online. Thanks again

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

Re: The following error occurred when using setup to install in Windows

Post by torzdf »

This looks like a network connection issue. You can try installing Faceswap manually. There is a (probably slightly outdated) guide on our Github page which will hopefully take you there.

Also, please post the full install log (Show Details > Right click + copy) so we can see where it is failing.

My word is final

User avatar
Mizu
Posts: 5
Joined: Mon Feb 17, 2020 1:40 pm
Has thanked: 2 times

Re: The following error occurred when using setup to install in Windows

Post by Mizu »

The specific installation log is as follows:

(check) MiniConda installed: conda 4.8.2
(check) CPU Supports AVX Instructions
(check) CPU Supports SSE4 Instructions
(check) Completed check for installed applications
(check) Setting up for: cpu

Miniconda3 installed.
Initializing Conda...
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

All requested packages already installed.

Creating Conda Virtual Environment...
Remove all packages in environment C:\Users\LDD\MiniConda3\envs\faceswap:
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

Package Plan

environment location: C:\Users\LDD\MiniConda3\envs\faceswap
added / updated specs:
- python=3.7
The following NEW packages will be INSTALLED:
ca-certificates anaconda/pkgs/main/win-64::ca-certificates-2020.1.1-0
certifi anaconda/pkgs/main/win-64::certifi-2019.11.28-py37_0
openssl anaconda/pkgs/main/win-64::openssl-1.1.1d-he774522_4
pip anaconda/pkgs/main/win-64::pip-20.0.2-py37_1
python anaconda/pkgs/main/win-64::python-3.7.6-h60c2a47_2
setuptools anaconda/pkgs/main/win-64::setuptools-45.2.0-py37_0
sqlite anaconda/pkgs/main/win-64::sqlite-3.31.1-he774522_0
vc anaconda/pkgs/main/win-64::vc-14.1-h0510ff6_4
vs2015_runtime anaconda/pkgs/main/win-64::vs2015_runtime-14.16.27012-hf0eaf9b_1
wheel anaconda/pkgs/main/win-64::wheel-0.34.2-py37_0
wincertstore anaconda/pkgs/main/win-64::wincertstore-0.2-py37_0
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
#

To activate this environment, use

#

$ conda activate faceswap

#

To deactivate an active environment, use

#

$ conda deactivate

Installing Git...
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done

Package Plan

environment location: C:\Users\LDD\MiniConda3\envs\faceswap
added / updated specs:
- git
The following NEW packages will be INSTALLED:
git anaconda/pkgs/main/win-64::git-2.23.0-h6bb4b03_0
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Downloading Faceswap...
Cloning into 'C:\Users\LDD\faceswap'...
fatal: early EOF
fatal: the remote end hung up unexpectedly
fatal: index-pack failed
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
Error Downloading Faceswap
Install Aborted

"Miniconda3" was also downloaded by faceswap installer during the first installation.
But,manual installation also prompts:

remote: Enumerating objects: 13, done.
remote: Counting objects: 100% <13/13), done.
remote: Compressing objects: 100x <10/10), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
ffatal: the remote end hung up unexpectedly
atal: early EOF
fatal: index-pack failed

What should I do? Thanks again

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

Re: The following error occurred when using setup to install in Windows

Post by torzdf »

Ok, this is a problem with GIT and your setup somehow....

I suggest you google around the error message to see if you can find a resolution. This should get you started:
https://stackoverflow.com/questions/462 ... call-errno

My word is final

User avatar
Mizu
Posts: 5
Joined: Mon Feb 17, 2020 1:40 pm
Has thanked: 2 times

Re: The following error occurred when using setup to install in Windows

Post by Mizu »

OK , thank you :) :D

Locked