【pythonインストール】pipインストールパッケージにRetrying(Retry(total=4、connect=None、

663 ワード

エラー:Retrying(Retry(total=4,connect=None,read=None,redirect=None,status=None))after connection broken by'NewConnectionError(':Failed to establish a new connection:[Errno-3]Temporary failure in name resolution')':/simpple/setuptools/
解析:データ・ソースに問題があります.pythonのpipソースを交換します.
国内のpipソース:
アリ雲http://mirrors.aliyun.com/pypi/simple/中国科学技術大学https://pypi.mirrors.ustc.edu.cn/simple/豆弁(douban)http://pypi.douban.com/simple/清華大学https://pypi.tuna.tsinghua.edu.cn/simple/中国科学技術大学http://pypi.mirrors.ustc.edu.cn/simple/
使用コマンド(豆弁など):
pip install web.py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com