PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.53k stars 1.03k forks source link

instapy - cannot import name 'log_uncertain_unfollowed_pool' #48

Closed mdavis184 closed 6 years ago

mdavis184 commented 6 years ago

C:\Users\User\Downloads\InstaPy-master>python quickstart.py Traceback (most recent call last): File "quickstart.py", line 1, in from instapy import InstaPy File "C:\Users\User\Downloads\InstaPy-master\instapy__init__.py", line 2, in from .instapy import InstaPy File "C:\Users\User\Downloads\InstaPy-master\instapy\instapy.py", line 35, in from .unfollow_util import get_given_user_followers File "C:\Users\User\Downloads\InstaPy-master\instapy\unfollow_util.py", line 12, in from .print_log_writer import log_uncertain_unfollowed_pool ImportError: cannot import name 'log_uncertain_unfollowed_pool' from 'instapy.print_log_writer' (C:\Users\User\Downloads\InstaPy-master\instapy\print_log_writer.py)

jrosebr1 commented 6 years ago

According to the traceback this isn't a problem with imutils. The traceback starts with:

from instapy import InstaPy

You should share with the InstaPy developers. Closing this issue.