Python Forum
Minecraft Python install error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Minecraft Python install error (/thread-35136.html)



Minecraft Python install error - SomeAcandKid - Oct-02-2021

I get this error:
https://drive.google.com/file/d/1_8yJrvmdJ0WU6VqfEFb6zPt6O_LnYu9b/view?usp=sharing
Python 3.9.7


RE: Minecraft Python install error - Ronhamas - Oct-06-2021

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).