[Django]-CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2>

4๐Ÿ‘

If you already have a .condarc file in your root folder. Then update the file by running this command.

conda config --set ssl_verify false

If you do not have a .condarc file, then create one and then run the above command. I have added both the commands below.

conda config --add channels conda-forge
conda config --set ssl_verify false
๐Ÿ‘คSnehal Nair

1๐Ÿ‘

Instead of using command prompt use Anaconda Prompt as administator.
run the same command there.

I also faced same issue with command prompt.

๐Ÿ‘คHemant

0๐Ÿ‘

Only delete file .condrac from c:\users\user

๐Ÿ‘คBehjati Shahab

Leave a comment