Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

构建知识库报错python plugins/gen_data_st.py时候ModuleNotFoundError: No module named 'exceptions' #517

Open
hopeforus opened this issue Dec 24, 2023 · 1 comment

Comments

@hopeforus
Copy link

python plugins/gen_data_st.py
Traceback (most recent call last):
File "/home/hope/work/wenda/plugins/gen_data_st.py", line 12, in
import docx
File "/home/hope/miniconda3/envs/wenda/lib/python3.10/site-packages/docx.py", line 30, in
from exceptions import PendingDeprecationWarning
ModuleNotFoundError: No module named 'exceptions'

@ImmNaruto
Copy link
Contributor

要安装一下Python-docx库,pip install python-docx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants