intervaltree icon indicating copy to clipboard operation
intervaltree copied to clipboard

setup.py install deprecated

Open chaimleib opened this issue 1 year ago • 1 comments

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

chaimleib avatar Nov 08 '22 20:11 chaimleib