CondaHTTPError : HTTP URL에 대한 실패 000 연결 <https://conda.anaconda.org/pytorch

pytorch 및 torchvision 다운로드는 주로 과도한 지연 아나콘다로 인한 실패

설치하는 국내 미러 소스를 증가

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ conda config --set show_channel_urls yes



离线方式:
通过访问该连接直接访问下载文件
https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
 
使用conda install --offline 环境变量 文件路径

추천

출처www.cnblogs.com/duanzq/p/12453084.html