Some applications failed to install. Unknown SSL protocol error in connection to github.com

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
Hydyyds1314
Posts: 1
Joined: Tue Jun 27, 2023 3:18 am

Some applications failed to install. Unknown SSL protocol error in connection to github.com

Post by Hydyyds1314 »

Code: Select all


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

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...
Removing existing Conda Virtual Environment...
Remove all packages in environment C:\Users\Administrator\MiniConda3\envs\faceswap:
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... done
## Package Plan ##
  environment location: C:\Users\Administrator\MiniConda3\envs\faceswap
  added / updated specs:
    - python=3.9
The following NEW packages will be INSTALLED:
  bzip2              anaconda/cloud/conda-forge/win-64::bzip2-1.0.8-h8ffe710_4 
  ca-certificates    anaconda/cloud/conda-forge/win-64::ca-certificates-2023.5.7-h56e8100_0 
  libffi             anaconda/cloud/conda-forge/win-64::libffi-3.4.2-h8ffe710_5 
  libsqlite          anaconda/cloud/conda-forge/win-64::libsqlite-3.42.0-hcfcfb64_0 
  libzlib            anaconda/cloud/conda-forge/win-64::libzlib-1.2.13-hcfcfb64_5 
  openssl            anaconda/cloud/conda-forge/win-64::openssl-3.1.1-hcfcfb64_1 
  pip                anaconda/cloud/conda-forge/noarch::pip-23.1.2-pyhd8ed1ab_0 
  python             anaconda/cloud/conda-forge/win-64::python-3.9.16-h4de0772_0_cpython 
  setuptools         anaconda/cloud/conda-forge/noarch::setuptools-68.0.0-pyhd8ed1ab_0 
  tk                 anaconda/cloud/conda-forge/win-64::tk-8.6.12-h8ffe710_0 
  tzdata             anaconda/cloud/conda-forge/noarch::tzdata-2023c-h71feb2d_0 
  ucrt               anaconda/cloud/conda-forge/win-64::ucrt-10.0.22621.0-h57928b3_0 
  vc                 anaconda/cloud/conda-forge/win-64::vc-14.3-h64f974e_16 
  vc14_runtime       anaconda/cloud/conda-forge/win-64::vc14_runtime-14.36.32532-hfdfe4a8_16 
  vs2015_runtime     anaconda/cloud/conda-forge/win-64::vs2015_runtime-14.36.32532-h05e6639_16 
  wheel              anaconda/cloud/conda-forge/noarch::wheel-0.40.0-pyhd8ed1ab_0 
  xz                 anaconda/cloud/conda-forge/win-64::xz-5.2.6-h8d14728_0 
Downloading and Extracting Packages
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\Administrator\MiniConda3\envs\faceswap
  added / updated specs:
    - git
The following NEW packages will be INSTALLED:
  git                anaconda/pkgs/free/win-64::git-2.11.1-0 
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
Downloading Faceswap...
Cloning into 'C:\Users\Administrator\faceswap'...
fatal: unable to access 'https://github.com/deepfakes/faceswap.git/': Unknown SSL protocol error in connection to github.com:443 
Error Downloading Faceswap
Install Aborted
Last edited by torzdf on Tue Jun 27, 2023 10:07 am, edited 1 time in total.
User avatar
torzdf
Posts: 2692
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 136 times
Been thanked: 630 times

Re: Some applications failed to install. Unknown SSL protocol error in connection to github.com

Post by torzdf »

The was a connection error downloading the repo. The most likely cause of this is a conflict in your setup somewhere.

In the first instance, follow these steps to try to solve the issue:
app.php/faqpage#f1r1

My word is final

Locked