摘要: pip install XXXXXX --user -i https://pypi.douban.com/simple 阅读全文
posted @ 2022-04-08 17:24 星涅爱别离 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 国内镜像源: 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:h 阅读全文
posted @ 2022-04-08 15:21 星涅爱别离 阅读(55) 评论(0) 推荐(0) 编辑
摘要: MAC不能匹配这个windows专用的库 在cygwin下事件不起作用,所以不用考虑Mac 替代方案暂时没找到,欢迎评论区探讨 阅读全文
posted @ 2022-04-08 15:19 星涅爱别离 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 本例中出现这个问题是因为tushare调用使用pandas导致,更新tushare就好了。 pip install tushare --upgrade 是tushare和pandas版本匹配问题。因为tushare本身有调用pandas,随着tushare版本更新,其调用的pandas版本也在升高。 阅读全文
posted @ 2022-04-08 15:19 星涅爱别离 阅读(128) 评论(0) 推荐(0) 编辑
摘要: attr版本回退 pip install attrs==19.1.0 或者升级pytest(建议) python -m pip install --upgrade pytest 阅读全文
posted @ 2022-04-08 15:17 星涅爱别离 阅读(369) 评论(0) 推荐(0) 编辑
摘要: pip install seaborn --upgrade 阅读全文
posted @ 2022-04-08 10:21 星涅爱别离 阅读(318) 评论(0) 推荐(0) 编辑