Skip to content

AttributeError: 'tqdm' object has no attribute 'miniters' #404

@SUP3RIA

Description

@SUP3RIA

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions