1

I am new to Anaconda. HTTP connection error is occurring while installing Intel Python under Anaconda.

condaHTTPError: HTTP 000 CONNECTION FAILED for url".

Please help me to solve this issue.

Figure shows the error message when I try to install intel python under anaconda. enter image description here

jlewkovich
  • 2,725
  • 2
  • 35
  • 49
  • 1
    Can you access any conda repositories successfully? What do you get if you do `conda search intelpython3_core`? – nekomatic Dec 07 '17 at 10:01

1 Answers1

0

It may due to proxy:

try configuring proxy according to documentation:

https://conda.io/docs/user-guide/configuration/use-condarc.html#configure-conda-for-use-behind-a-proxy-server-proxy-servers

Rahul
  • 10,830
  • 4
  • 53
  • 88