Wechat_jump_game: 是一定要用anaconda吗?能不能用原生的python解释器

Created on 31 Dec 2017  ·  5Comments  ·  Source: wangshub/wechat_jump_game

Most helpful comment

@Weilet 需要安装 PIL库 (用pip 可以直接装 pip install PIL)

All 5 comments

没有必须要用anaconda 请详细描述你遇到的问题

我在命令行输入:python wechat_jump_auto.py
返回: File "wechat_jump_auto.py", line 8, in
from PIL import Image, ImageDraw
ModuleNotFoundError: No module named 'PIL'

大大我是python萌新,真的不太懂嘤嘤嘤

@Weilet 需要安装 PIL库 (用pip 可以直接装 pip install PIL)

@skylinebin thx

好像这个 issue 可以关闭了?@Weilet

Was this page helpful?
0 / 5 - 0 ratings