编程语言
首页 > 编程语言> > ERROR:Failed building wheel for python-docx

ERROR:Failed building wheel for python-docx

作者:互联网

出现如下报错:

我自己遇到这个问题的解决方法是使用了如下命令解决的:

pip install -U setuptools

更新了一下setuptools就ok了。这是再装python-docx的时候出现的问题.

来自于https://github.com/python-openxml/python-docx/issues/594此网站的解决方法。

 

标签:building,wheel,docx,python,如下,报错,setuptools,解决
来源: https://www.cnblogs.com/lxz123/p/15407399.html