程序PID:10904
Traceback (most recent call last):
File "C:\Users\DiTing\Desktop\QQChannelChatGPT-master\QQChannelChatGPT-master\main.py", line 186, in
main(loop, bot_event)
File "C:\Users\DiTing\Desktop\QQChannelChatGPT-master\QQChannelChatGPT-master\main.py", line 13, in main
import cores.qqbot.core as qqBot
File "C:\Users\DiTing\Desktop\QQChannelChatGPT-master\QQChannelChatGPT-master\cores\qqbot\core.py", line 18, in
from addons.baidu_aip_judge import BaiduJudge
File "C:\Users\DiTing\Desktop\QQChannelChatGPT-master\QQChannelChatGPT-master\addons\baidu_aip_judge.py", line 1, in
from aip import AipContentCensor
File "C:\Users\DiTing\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\aip__init__.py", line 7, in
from .nlp import AipNlp
File "C:\Users\DiTing\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\aip\nlp.py", line 16, in
import chardet
ModuleNotFoundError: No module named 'chardet'
Traceback (most recent call last): File "main.py", line 6, in
import requests,json
ModuleNotFoundError: No module named 'requests'