I installed openpyxl with
openpyxl
$ pip install openpyxl
when I try the command
from openpyxl import Workbook <
from openpyxl import Workbook
You have to install it explixitly using the python package manager as