When I run my program from the command line, it errors stating that it can't find openpyxl, with the error:
ModuleNotFoundError: No module names 'openpyxl'
Any ideas on how to fix this?
-Thanks
EDIT: Using Python 3.6, I can run it fine from PyCharm, but when I can't run it from the cmd line.