Skip to content

Revert #847 ? #965

Closed
Closed
@cgohlke

Description

@cgohlke

Please consider reverting #847 (FIX python-lz4 version comparison)

Importing pkg_resources is known to be excruciatingly slow. See pypa/setuptools#510

On my Windows workstation, import pkg_resources takes more than 3 s.

Also, I can't reproduce that The python-lz4 package has its version string prefixed with "v":

>>> import lz4
>>> lz4.__version__
'2.2.1'
>>> from distutils.version import LooseVersion
>>> LooseVersion(lz4.__version__)
LooseVersion ('2.2.1')

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions