I am receiving the below error message when I run the try running the code for time calculator.
python venv/lib/python3.8/site-packages/distlib/index.py
Traceback (most recent call last):
File "venv/lib/python3.8/site-packages/distlib/index.py", line 18, in <module>
from . import DistlibException
ImportError: attempted relative import with no known parent package
exit status 1