I keep getting an error whilst trying to make a new environment on anaconda. I also wanted to try to reinstall it from anaconda prompt and clear everything before reinstalling.
I've tried opening anaconda navigator as an administrator but still didn't work. I've also tried using anaconda prompt using 'conda install anaconda-clean' but I kept getting the same error for both
This is the error that I get:
(base) C:\Users\212749017>conda install pip
WARNING: The conda.compat module is deprecated and will be removed in a future release.
Collecting package metadata: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/msys2/noarch/repodata.json.bz2>
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.
ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/msys2/noarch/repodata.json.bz2 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x0000023A45D7BC88>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))"))