Skip to content

zstd shared library conflicts with other packages #115

@tpwrules

Description

@tpwrules

The library file zstd.cpython-38-x86_64-linux-gnu.so (on my Python 3.8 Linux PC) is installed globally in site-packages instead of in the zstandard/ package directory. This means it can conflict with other packages which install something similar.

In particular, it conflicts with the zstd Python package, which installs its library to the same file. Because zstandard vendors its own version of zstd, the library should be moved into zstandard/ with the rest of the package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions