没有必须要用anaconda 请详细描述你遇到的问题
我在命令行输入:python wechat_jump_auto.py
返回: File "wechat_jump_auto.py", line 8, in
from PIL import Image, ImageDraw
ModuleNotFoundError: No module named 'PIL'
@Weilet 需要安装 PIL库 (用pip 可以直接装 pip install PIL)
@skylinebin thx
好像这个 issue 可以关闭了?@Weilet
Most helpful comment
@Weilet 需要安装 PIL库 (用pip 可以直接装 pip install PIL)