yanqiangmiffy / Chinese-LangChain

中文langchain项目|小必应,Q.Talk,强聊,QiangTalk
2.67k stars 323 forks source link

ModuleNotFoundError: No module named 'mdtex2html' #23

Open minlo-18 opened 1 year ago

minlo-18 commented 1 year ago

C:\Users\admin\Desktop\Chinese-LangChain-master>py main.py Traceback (most recent call last): File "C:\Users\admin\Desktop\Chinese-LangChain-master\main.py", line 4, in from app_modules.overwrites import postprocess File "C:\Users\admin\Desktop\Chinese-LangChain-master\app_modules\overwrites.py", line 5, in from app_modules.utils import * File "C:\Users\admin\Desktop\Chinese-LangChain-master\app_modules\utils.py", line 8, in import mdtex2html ModuleNotFoundError: No module named 'mdtex2html'

minlo-18 commented 1 year ago

安装了mdtex2html也不行,是不是版本不对? 你们这requirements给的不全啊。。

minlo-18 commented 1 year ago

能不能整个一键包整合包之类的。。。 这些依赖a依赖b的倒腾不清啊。。。QAQ