I have installed openpyxl through pip.
openpyxl package is present in below path
..\AppData\Local\Programs\Python\Python36-32\Lib\site-packages
I am using pycharm
In my code if I type
import openpyxl
openpyxl is highlighted with red color. If we move the cursor over openpyxl.Given below message is displayed
NO MODULE NAMED OPENPYXL
If I run the code ,I get the below error
import openpyxl
ModuleNotFoundError: No module named 'openpyxl'
Goto File>Settings>Project>Project Interpreter
Hit +
Search openpyxl
Click Install Package
This is how you install packages easily in pycharm instead of pip
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With