美文网首页
2019-11-09 解决Python3无法安装itchatmp

2019-11-09 解决Python3无法安装itchatmp

作者: netppp | 来源:发表于2019-11-09 15:50 被阅读0次

Python3安装itchatmp时,在安装futures库时报错:

This backport is meant only for Python 2.

1、需要先安装futures-3.1.1,执行以下命令:

pip install futures==3.1.1

2、安装itchatmp

pip install itchatmp

原issue:

https://github.com/littlecodersh/itchatmp/issues/41

作者:FengxuWang

链接:https://www.jianshu.com/p/893e0776b147

来源:简书

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

相关文章

网友评论

      本文标题:2019-11-09 解决Python3无法安装itchatmp

      本文链接:https://www.haomeiwen.com/subject/ebrnbctx.html