install pytorch的一些失败经验

下载方法:Start Locally | PyTorch

根据自己去条件选择

install pytorch的一些失败经验_第1张图片

一、conda

最全一篇:

Anaconda中安装Pytorch 速度太慢解决办法_anaconda prompt运行pytorch太慢_蜗牛在听雨的博客-CSDN博客

1. 报错CondaError: Downloaded bytes did not match Content-Length

因一般是在下载的时候速度较慢,导致下载timeout而终止。

解决方法:

Anaconda中安装Pytorch 速度太慢解决办法_anaconda prompt运行pytorch太慢_蜗牛在听雨的博客-CSDN博客CondaError: Downloaded bytes did not match Content-Length_ZSYL的博客-CSDN博客

2. 报错`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.
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'mirrors.tuna.tsinghua.edu.cn\', port=443): Max retries exceeded with url: /anaconda/cloud/msys2/noarch/repodata.json (Caused by SSLError(SSLError("bad handshake: Error([(\'SSL routines\', \'ssl3_get_server_certificate\', \'certificate verify failed\')])")))'))`
 

CondaHTTPError和SSLError问题

解决方法:

菜鸟记录:一个conda安装包的CondaHTTPError和SSLError问题_Ada Lee的博客-CSDN博客

 

二、pip

1. pip install xxx很慢、出错、报红、报错

解决方法: 

pip install xxx很慢、出错、报红、报错的完美解决方法_为什么anaconda安装库报红色_qiuzitao的博客-CSDN博客

 

你可能感兴趣的:(pytorch,人工智能,python)