Skip to content

0.2.2 wheel is forcing tqdm==4.19.9 #766

Closed
@mitar

Description

@mitar

So while setup.py has code which forces tqdm==4.19.9 version only on Python 2 and leaves version unforced on Python 3, 0.2.2 package was published with a wheel which is the same for both Python 2 and Python 3 and have tqdm==4.19.9 version hard-coded. It seems when wheel was made Python 2 was used.

I think that if you have such condition in setup.py you have to publish a different wheel for Python 2 and Python 3 and not the same one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions