No module named 'tqdm' | Newbedev
https://newbedev.com/no-module-named-tqdmpip3 install tqdm For Python 2, you use pip command, like so... pip install tqdm Hope this helps! In Anaconda this worked for me: sudo <anaconda path>/bin/python3.6 -m pip install tqdm (after your working env is activated) On my linux machine I substituted <anaconda path> with: anaconda3 Ubuntu machines: sudo /usr/bin/python3.5 -m pip install tqdm