from docx import Document File "xxx/site-packages/docx.py", rom exceptions import PendingDeprecationWarning ModuleNotFoundError: No module named 'exceptions'
Posted on 2022-03-09 10:06 muyuying 阅读(489) 评论(0) 收藏 举报docx模块的错误,可以先pip uninstall 再 install重新下载试试,或者卸载后重新下载python-docx
pip install python-docx
浙公网安备 33010602011771号