getting ModuleNotFoundError - Stack Overflow
stackoverflow.com › questions › 42400157Feb 23, 2017 · I am trying to read an excel file in Python. When I try and import the correct module, it doesn't work. My code is: from xlrd import open_workbook wb = openpyxl.load_workbook('example.xlsx') type(wb) and I get this error: from xlrd import open_workbook ModuleNotFoundError: No module named 'xlrd' Can anyone help me please?