Igbot: No module named tqdm

Created on 21 Oct 2017  路  4Comments  路  Source: ohld/igbot

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?

stale

Most helpful comment

I'm also having this issue

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

All 4 comments

@iransales try it

pip install tqdm

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.

I'm also having this issue

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

Same here

Was this page helpful?
0 / 5 - 0 ratings