Windows Installer error: “Some applications failed to install.Process Aborted.Check Details.”

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
jy026709
Posts: 2
Joined: Wed Jul 27, 2022 12:55 pm

Windows Installer error: “Some applications failed to install.Process Aborted.Check Details.”

Post by jy026709 »

A prompt pops up during installation
“Some applications failed to install.Process Aborted.Check Details.”
The installation is aborted after that and I don't know how to fix this

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Windows Installer error: “Some applications failed to install.Process Aborted.Check Details.”

Post by torzdf »

When running the installer select the "Show Details" box during installation. When the installer fails, paste the output of the details box here and we'll be able to see why installation failed.

My word is final

User avatar
jy026709
Posts: 2
Joined: Wed Jul 27, 2022 12:55 pm

Re: Windows Installer error: “Some applications failed to install.Process Aborted.Check Details.”

Post by jy026709 »

torzdf wrote: Thu Jul 28, 2022 8:45 am

When running the installer select the "Show Details" box during installation. When the installer fails, paste the output of the details box here and we'll be able to see why installation failed.

Code: Select all

(check) MiniConda installed: conda 4.12.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... failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/win-64'
Creating Conda Virtual Environment...
Collecting package metadata (current_repodata.json): ...working... failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/win-64'
Error Creating Conda Virtual Environment
Install Aborted
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Windows Installer error: “Some applications failed to install.Process Aborted.Check Details.”

Post by torzdf »

This is a connection issue with your setup/conda.

Do this and try again. Hopefully it will resolve any Conda related issues:
app.php/faqpage#f1r1

My word is final

User avatar
15986544465
Posts: 1
Joined: Sun Sep 18, 2022 11:08 am

Re: Windows Installer error: “Some applications failed to install.Process Aborted.Check Details.”

Post by 15986544465 »

Code: Select all

(check) CPU Supports AVX Instructions
(check) CPU Supports SSE4 Instructions
(check) Completed check for installed applications
(check) Setting up for: nvidia
(check) Custom Conda found: conda 4.12.0


Miniconda3 installed.
Initializing Conda...
Collecting package metadata (current_repodata.json): ...working... failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/win-64'
Creating Conda Virtual Environment...
Collecting package metadata (current_repodata.json): ...working... failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/win-64'
Error Creating Conda Virtual Environment
Install Aborted
User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: Windows Installer error: “Some applications failed to install.Process Aborted.Check Details.”

Post by torzdf »

This is a connection error. Try the steps posted in the message directly prior to your one

My word is final

Locked