-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
help wanted 🙏We need you (discussion or implementation)We need you (discussion or implementation)synchronisation ⇶Multi-thread/processingMulti-thread/processing
Description
I know that concurrency or multi-threading is not supported officially yet, but nonetheless I would like to see a fix for that.
I am using tqdm with Gevent in 50 "Greenlets" at the same time and it works just fine except I get this error.
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/local/lib/python2.7/dist-packages/tqdm/_tqdm.py", line 109, in run if instance.miniters > 1 and \ AttributeError: 'tqdm' object has no attribute 'miniters'
sadovnychyi, temakahap, imbolc, amiraliakbari, jiangziguo and 1 more
Metadata
Metadata
Assignees
Labels
help wanted 🙏We need you (discussion or implementation)We need you (discussion or implementation)synchronisation ⇶Multi-thread/processingMulti-thread/processing