Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'utils' has no attribute 'init_logging' #11

Open
tarlanlinazar opened this issue Jul 20, 2018 · 2 comments
Open

Comments

@tarlanlinazar
Copy link

if __name__ == "__main__":
    log = utils.init_logging()

    if not os.path.exists(IMAGE_DIR):
        log.debug("Creating image directory `%s`...", IMAGE_DIR)
        os.makedirs(IMAGE_DIR)

    main()

Output is:

AttributeError: module 'utils' has no attribute 'init_logging'

Did someone faced with same issue?

@rkpattnaik780
Copy link

I am facing the same issue, did you get any workaround?

@two-fire
Copy link

you should download the file named "utils.py" created by the author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants