to navigate the deprecation of setup.py, we need to replace it with pyproject.toml
(setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64.
to navigate the deprecation of setup.py, we need to replace it with pyproject.toml
(setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64.