解决Python3无法安装itchatmp

2019-08-01  本文已影响0人  FengxuWang

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

上一篇 下一篇

猜你喜欢

热点阅读