Skip to content

Wheel for version 3.2.0 is broken #149

@ccordoba12

Description

@ccordoba12

I'm the maintainer of the Spyder IDE and we use intervaltree as one of our dependencies.

I'd like to report that, after a quick testing, I found out that the wheel for version 3.2.0 seems to be broken (which was detected by our CIs).

The problem is that it doesn't declare sortedcontainers as a dependency. You can easily check that by running

python -m venv test-env
source test-env/bin/activate
pip install intervaltree

which will only install intervaltree.

Going a bit beyond that, I verified that running

pip install -U build
python -bb -X dev -W error -m build

in the root of this repo creates a correct wheel.

So perhaps the problem was due to using an old version of build (or maybe even of Python?) to build the wheel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions