
#编码错误
现在给爷爬,爬虫
这个作者很懒,什么都没留下…
展开
-
pip安装模块慢? 用清华国内镜像下载,超级快
用pip安装模块的时候经常中断或者太慢 下面是用清华镜像下载 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 模块名 比如更新tensorflow pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow --upgrade ...原创 2019-10-26 22:13:05 · 334 阅读 · 0 评论 -
Failed calling sys.__interactivehook__,不需要删除模块,已完全解决
以下是楼主出现问题时窗口显示的代码: (base) C:\Users\Administrator>python Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type “help”, “copyright”, “credits” or “...原创 2019-09-26 10:32:11 · 1790 阅读 · 11 评论