安装docx can't copy 'docx\templates\default-docx-template': doesn't exist or not a regular file的解决方案

error: can’t copy ‘docx\templates\default-docx-template’: doesn’t exist or not a regular file

直接下载python-docx https://pypi.org/project/python-docx/#files
解压后删除\python-docx-0.8.10\docx目录下的templates文件夹,记得提前备份。
在cmd下切换到\python-docx-0.8.10目录,运行python setup.py install 命令,可以安装成功。
此时在python下运行

from docx import Document
doc = Document()

会报错,提示docx.opc.exceptions.PackageNotFoundError: Package not found
后面会跟一个文件,参照这个文件的位置,到\lib\site-packages\python_docx-0.8.10-py3.5.egg\docx\目录下,把之前备份好的templates文件夹粘贴回来。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值