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.
ProxyError(MaxRetryError(âHTTPSConnectionPool(host=ârepo.anaconda.comâ, port=443
): Max retries exceeded with url: /pkgs/r/win-64/repodata.json.bz2 (Caused by Pr
oxyError(âCannot connect to proxy.â, NewConnectionError(â<urllib3.connection.Ver
ifiedHTTPSConnection object at 0x00000073A9A132B>: Failed to establish a new co
nnection: [Errno 11001] getaddrinfo failedâ)))â))
The error you are receiving is that you canât connect to Anacondaâs default channels, this likely means you canât install anything from Anaconda.
Try something simple and see if you get the same error like:
conda install requests
If like me you are in a large enterprise then you are likely blocked by a corporate firewall and either need to use a proxy, get an exception in your firewall to connect to Anaconda, or use an internal version of the conda channels.
Also not sure what the â:clipâ part of your command is about? You probably want to remove that.
Weird because the error is very clear that you are failing to download https://repo.anaconda.com/pkgs/r/win-64/repodata.json.bz which is the metadata on the R channel and is not related to Orca. Try it again? Maybe it was a temporary issue.
Youâre at least now being denied access to the plotly channel itself and not one of the default Anaconda channels. In both cases though it very explicitly says:
Caused by ProxyError(âCannot connect to proxy.â
So itâs your proxy thatâs causing this problem, these channels are normally accessible, either you need to figure out what is wrong with your proxy (could be purposefully blocking) or you just need to keep trying and hope it eventually works (can be the case if itâs a corporate proxy doing threat detection to a url before allowing you access).