Page 1 of 1

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

Posted: Wed Jul 27, 2022 12:59 pm
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


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

Posted: Thu Jul 28, 2022 8:45 am
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.


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

Posted: Mon Aug 08, 2022 1:41 pm
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

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

Posted: Mon Aug 08, 2022 1:53 pm
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


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

Posted: Sun Sep 18, 2022 11:13 am
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

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

Posted: Sun Sep 18, 2022 5:32 pm
by torzdf

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