Python Forum

Full Version: Minecraft Python install error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just add a pyproject.toml file. See https://github.com/pypa/pip/pull/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).