-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
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.
AngheloAlf, matthuisman and JoshSchreuder
Metadata
Metadata
Assignees
Labels
No labels