简体   繁体   中英

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. 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?

Also try pip3 install openpyxl since you're installing the package to Python 3.7

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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