x0rz / tweets_analyzer

Tweets metadata scraper & activity analyzer
GNU General Public License v3.0
2.94k stars 454 forks source link

tqdm error #47

Closed herme-s closed 6 years ago

herme-s commented 6 years ago

The tqdm error below was emitted when trying to run tweets_analyzer on OpenBSD6.3 using python2.7:

Error: 'NoneType' object is not callable Exception AttributeError: "'tqdm' object has no attribute 'disable'" in <object repr() failed> ignored

p.s: i commented out numpy in requirements.txt before doing pip install since 1) my currently installed version of numpy module is higher than version specified in the requirements.txt 2) trying to install the version numpy specified in requirements.txt has previously failed, breaking other apps thatsthat requires it.