标签:cti pytho 如图所示 ret http 超时 read ota ctrl
1、在命令行中python的交互模式的退出:先按Ctrl+z,然后回车即可
2、在python中安装包时发生了如图所示bug,怎么解决Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection,
原因是连接超时,所以需要自己设定安装源,
解决方法:
在 pip命令后自己设定收集源(-i +url)
eg:pip install requests -i http://pypi.douban.com/simple --trusted-host pypi.douban.com(通过豆瓣)
3、
标签:cti pytho 如图所示 ret http 超时 read ota ctrl
原文地址:https://www.cnblogs.com/jodyccf/p/12514520.html