I already ran the command
pip install schedule
and the
pip3 install schedule
However when I try to import the schedule
import schedule
The following error appears:
ModuleNotFoundError: No module named 'schedule'
What do I need to do to work? I use python 3.7 on windows 10.