ברכה לוין
ברכה לוין

Reputation: 1

conda install -c anaconda mkl-service : failed

I tried to run this commend in the cmd and also in Anaconda prompt but it failed on: C:\WINDOWS\System32>conda install -c anaconda mkl-service Collecting package metadata (current_repodata.json): failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/anaconda/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. 'https://conda.anaconda.org/anaconda/win-64'

someone can help please? thanks.

Upvotes: 0

Views: 632

Answers (1)

Alejandro
Alejandro

Reputation: 11

Try:

conda config --set ssl_verify no

Upvotes: 1

Related Questions