I can not use schedule

0

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.

    
asked by anonymous 27.12.2018 / 12:28

0 answers