chaimleib / intervaltree

A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
Apache License 2.0
636 stars 108 forks source link

setup.py install deprecated #117

Open chaimleib opened 2 years ago

chaimleib commented 2 years ago
pip install intervaltree

Collecting intervaltree Downloading intervaltree-3.1.0.tar.gz (32 kB) Preparing metadata (setup.py) ... done Collecting sortedcontainers<3.0,>=2.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Installing collected packages: sortedcontainers, intervaltree DEPRECATION: intervaltree is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 Running setup.py install for intervaltree ... done Successfully installed intervaltree-3.1.0 sortedcontainers-2.4.0

Tunneller commented 1 year ago

Still an issue in March '23. Is this something that the community can help with?