Choco "An error occurred while loading packages"

i tried to run choco install --x86 python (with --pre/without --x86 also don’t work) but got error.

log

choco install --pre --x86 python

Chocolatey v0.10.11

Installing the following packages:

python

By installing you accept licenses for the packages.

[NuGet] An error occurred while loading packages from ‘https://chocolatey.org/api/v2/’: Unable to connect to the remote server

python not installed. The package was not found with the source(s) listed.

Source(s): ‘https://chocolatey.org/api/v2/

NOTE: When you specify explicit sources, it overrides default sources.

If the package version is a prerelease and you didn’t specify --pre,

the package may not be found.

Please see https://chocolatey.org/docs/troubleshooting for more

assistance.

Chocolatey installed 0/1 packages. 1 packages failed.

See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures

  • python - python not installed. The package was not found with the source(s) listed.

Source(s): ‘https://chocolatey.org/api/v2/

NOTE: When you specify explicit sources, it overrides default sources.

If the package version is a prerelease and you didn’t specify --pre,

the package may not be found.

Please see https://chocolatey.org/docs/troubleshooting for more

assistance.

The command “choco install --pre --x86 python” failed and exited with 1 during .

previous build worked! but if i rerun - error.
if i run choco install python on my PC work!

fixed