今天在华为服务器上装linux宝塔面板。安装中遇到屁股红的一些问题如图
报错如下
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x10258e250>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/pyparsing/
良哥给了解决办法,特发帖
rm -f ~/.pip/pip.conf
pip install psutil chardet web.py MySQL-python psutil virtualenv
执行完再使用脚本,到这个报错的地方,使用CTRL+C跳过,继续安装即可成功
|
|