我使用的是 Ubuntu 的 WSL2,并且想要安装 Miniconda 版本 4.9.2。安装过程很顺利,但我现在无法连接到 anaconda 来安装软件包。还有简单的命令,例如conda update conda失败
Collecting package metadata (current_repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/linux-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.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/linux-64'
Run Code Online (Sandbox Code Playgroud)
您可以找到针对该主题的大量解决方案——针对纯 Windows!像这里一样,但我找不到 Ubuntu 或 WSL2 中的 Ubuntu …