Skip to content

error in download_script.py #68

@xhuyvn

Description

@xhuyvn

It give an errror on this when run with pip version 20

if pipversion >= LooseVersion("19.3"):
    from pip._internal import pep425tags

I had updated with

if pipversion >= LooseVersion("19.3"):
    from wheel import pep425tags

and it worked

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