In a vartual env taxenv when I try to run my python program runner.py it shows the following error

The first line of my runner.py is
from openpyxl.reader.excel import load_workbook
what to do? How do I install openpyxl in the virtual env?
I've tried pip install openpyxl in the virtualenv
