coursera-aml-docker icon indicating copy to clipboard operation
coursera-aml-docker copied to clipboard

Coursera Deep Learning

Open DASSR opened this issue 5 years ago • 0 comments

I am getting the following error message while running 'import download_utils' on Jupytor note book. But I could see the file "tqdm.py" in intro-to-dl folder. Unable to procede further. Any guidance will be highly appreciated. Thanks

ModuleNotFoundError Traceback (most recent call last) in ----> 1 import download_utils

~\intro-to-dl\download_utils.py in 7 from functools import wraps 8 import traceback ----> 9 import tqdm_utils 10 11

~\intro-to-dl\tqdm_utils.py in 2 # -- coding: utf-8 -- 3 from future import print_function ----> 4 import tqdm 5 tqdm.monitor_interval = 0 # workaround for https://github.com/tqdm/tqdm/issues/481 6

ModuleNotFoundError: No module named 'tqdm'

DASSR avatar Sep 13 '19 12:09 DASSR