circlestarzero / EX-chatGPT

Let ChatGPT truly learn how to go online and call APIs! 'EX-ChatGPT' can rival and even surpass NewBing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行报错找不到ModuleNotFoundError: No module named 'graiax' 但是本地list列表中有

2662007798 opened this issue · comments

commented

C:\Python311\Lib\site-packages\fuzzywuzzy\fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\bot\ex-gpt\EX-chatGPT-main\chatGPTEx\main.py", line 8, in
from graiax.text2img.playwright.plugins.code.highlighter import Highlighter
ModuleNotFoundError: No module named 'graiax'

报错信息:

同样出现了这个问题 请问怎么解决的

commented