ImportError: cannot import name ‘imread’ from 'scipy.misc’问题的解决办法
pip 是 Python 包管理工具,该工具提供了对 Python 包的查找、下载、安装、卸载的功能。
1.安装wxpy库,使用pip install wxpy进行安装。pip install wxpypip install -U requests[security]2.编写bot.py代码from wxpy import * # 本地使用 bot = Bot(cache_path=True) # 服...
http://www.lfd.uci.edu/~gohlke/pythonlibs/