简体   繁体   English

我无法在 pycharm 中安装 openpyxl

[英]I am unable to install openpyxl in pycharm

I am trying to install openpyxl for a beginner level excel spreadsheet exercise, but I am getting an error message: Non Zero exit code(1) stating that it is unable to install it.我正在尝试为初学者级别的 excel 电子表格练习安装openpyxl ,但我收到一条错误消息: Non Zero exit code(1)说明它无法安装。 What is the solution for this?解决方案是什么? This is the image of my error message:这是我的错误消息的图像:

错误

Does it give the same error when you run the pip install openpyxl on the command line?在命令行上运行pip install openpyxl时是否会出现相同的错误?

Also try pip3 install openpyxl since you're installing the package to Python 3.7也尝试pip3 install openpyxl因为你正在安装 package 到 Python 3.7

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM