如何使用conda安装**Pytorch**?anaconda.org暂时关闭了吗?

如何使用conda安装**Pytorch**?anaconda.org暂时关闭了吗?,anaconda,pytorch,conda,Anaconda,Pytorch,Conda,我刚刚安装了Anaconda,现在我正试图通过conda install pytorch torchvision cudatoolkit=10.2-c pytorch安装pytorch。但我收到了错误信息 Collecting package metadata (current_repodata.json): failed CondaHTTPError: HTTP 503 SERVICE UNAVAILABLE: BACK-END SERVER IS AT CAPACITY for url &

我刚刚安装了Anaconda,现在我正试图通过
conda install pytorch torchvision cudatoolkit=10.2-c pytorch
安装pytorch。但我收到了错误信息

Collecting package metadata (current_repodata.json): failed

CondaHTTPError: HTTP 503 SERVICE UNAVAILABLE: BACK-END SERVER IS AT CAPACITY for url <https://conda.anaconda.org/pytorch/win-64/current_repodata.json>
Elapsed: 00:00.635763
CF-RAY: 5c7c36945d34c4a4-DUS

A remote server error occurred when trying to retrieve this URL.

A 500-type error (e.g. 500, 501, 502, 503, etc.) indicates the server failed to
fulfill a valid request.  The problem may be spurious, and will resolve itself if you
try your request again.  If the problem persists, consider notifying the maintainer
of the remote server.
收集包元数据(current_repodata.json):失败
CondaHttPeror:HTTP 503服务不可用:后端服务器已达到url的容量
经过时间:00:00.635763
CF-RAY:5c7c36945d34c4a4 DUS
尝试检索此URL时发生远程服务器错误。
500类型错误(例如500、501、502、503等)表示服务器无法
完成一个有效的请求。这个问题可能是虚假的,如果你
请重试您的请求。如果问题仍然存在,请考虑通知维护人员。
远程服务器的。

如何解决此问题并安装pytorch?anaconda.org是暂时关闭的吗?

问题的答案就在你的问题本身。最后一段说:

A 500-type error (e.g. 500, 501, 502, 503, etc.) indicates the server failed to
fulfill a valid request.  The problem may be spurious, and will resolve itself if you
try your request again.  If the problem persists, consider notifying the maintainer
of the remote server.

这意味着您必须稍后再试。这种情况通常发生在官方网站关闭的时候,这种情况也发生得更早。因此,您只需等待它结束。

您正在使用哪个操作系统。Windows?在2020年12月,服务器在某个点工作。现在,在2021年1月,我又犯了这个错误。存在一个相关的GitHub问题: