安装 openpyxl 需要 jdcal & et_xmlfile 这两个模块。
可以先去下载: https://pypi.org/

下载了tar.gz文件后, 放在 C:\Users(你的名字)这个目录下
然后运行:
pip install jdcal (全名), OK
再安装 et_xmlfile 报错, 如下:
openpyxl 安装失败的处理 (缺少 et_xmlfile )

我找啊找啊,看到一个大神:
原文在此:https://superuser.com/questions/1432693/pip-install-et-xmlfile-failure

重点来了:
openpyxl 安装失败的处理 (缺少 et_xmlfile )

其中,要用tar先解包, 默认上面那个目录
openpyxl 安装失败的处理 (缺少 et_xmlfile )

SUCCESS

相关文章:

  • 2021-11-12
  • 2022-03-05
  • 2021-05-21
  • 2021-06-27
  • 2021-08-21
  • 2022-02-27
  • 2022-12-23
  • 2022-01-18
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2021-09-03
  • 2022-01-07
  • 2021-12-09
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案