ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.71k stars 1.47k forks source link

No module named tqdm #368

Closed iransales closed 6 years ago

iransales commented 7 years ago

Last login: Fri Oct 20 21:44:40 on ttys001 MBP-de-iran:~ iran$ cd '/Users/iran/Desktop/instabot-master/examples/' && '/usr/bin/pythonw' '/Users/iran/Desktop/instabot-master/examples/like_hashtags.py' && echo Exit status: $? && exit 1 Traceback (most recent call last): File "/Users/iran/Desktop/instabot-master/examples/like_hashtags.py", line 12, in from tqdm import tqdm ImportError: No module named tqdm

How do I solve this problem?

heyton commented 7 years ago

@iransales try it

pip install tqdm

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

JameStitel commented 6 years ago

I'm also having this issue

pip install tqdm doesn't help (says already satisfied..)

partTime-NeRD commented 5 years ago

Same here