daodao97 / chatdoc

Chat with your doc by openai
456 stars 105 forks source link

ModuleNotFoundError: No module named 'docx2txt' #4

Closed ghost closed 1 year ago

ghost commented 1 year ago

使用docker compose up启动时 报错: chatdoc-backend | ModuleNotFoundError: No module named 'docx2txt'

ghost commented 1 year ago

已解决在server目录下的requirements.txt文件末尾加上: docx2txt==0.8 python-multipart==0.0.6