python3安装docx模块出现Import Error: No module named 'exceptions'

直接安装python-docx即可。

pip install python-docx -i https://pypi.douban.com/simple

其中-i https://pypi.douban.com/simple表示从国内镜像安装

猜你喜欢

转载自www.cnblogs.com/lizitingxue/p/12526882.html