You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just add a pyproject.toml file. See #9945 for the discussion, but basically standard-conforming projects should either contain setup.py (legacy setuptools projects) or pyproject.toml (modern PEP 517 conforming projects).
Description
pip
fails to install whensetup.py
is missing, even thoughsetup.py
is not required.If I downgrade to
pip 21.1.2
, installation succeds:Expected behavior
Installation succeeds.
pip version
21.1.3
Python version
3.9.5
OS
Ubuntu 21.04
How to Reproduce
setup.py
File "setup.py" not found for legacy project
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: