Soulter / AstrBot

QQ、Telegram、微信 等多平台兼容的支持 LLM 聊天的机器人平台。支持自定义插件扩展。
GNU Affero General Public License v3.0
581 stars 58 forks source link

module not found #114

Closed WdmD114514 closed 1 year ago

WdmD114514 commented 1 year ago

Traceback (most recent call last): File "C:\Users\Dell2\Desktop\QQChannelChatGPT\main.py", line 3, in import util.general_utils as gu File "C:\Users\Dell2\Desktop\QQChannelChatGPT\util\general_utils.py", line 4, in from PIL import Image, ImageDraw, ImageFont ModuleNotFoundError: No module named 'PIL' 一切按照步骤进行,运行lanuncher.exe时只有这个报错了,外行人请问是哪里错了吗

Soulter commented 1 year ago

命令行执行命令:pip3 install Pillow