pip3 install docx 安装模块 docx 后不能正常使用,并报错 ModuleNotFoundError: No module named ‘exceptions’
解决:
- 卸载原来安装的docx:
pip uninstall docx
- 安装 python-docx 模块:
pip install python-docx
pip3 install docx 安装模块 docx 后不能正常使用,并报错 ModuleNotFoundError: No module named ‘exceptions’
解决:
pip uninstall docx
pip install python-docx