pip 安装出错问题
最近 pip 安装总是出错
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu

总结就是 之前用fastgithub,设置了 http_proxy 和 https_proxy ,取消设置就可以了
unset http_proxy https_proxy
最近 pip 安装总是出错
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu

总结就是 之前用fastgithub,设置了 http_proxy 和 https_proxy ,取消设置就可以了
unset http_proxy https_proxy