Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pyproject.toml #6986

Open
Tracked by #8269
kmaehashi opened this issue Aug 13, 2022 · 1 comment · May be fixed by #7577
Open
Tracked by #8269

Use pyproject.toml #6986

kmaehashi opened this issue Aug 13, 2022 · 1 comment · May be fixed by #7577
Assignees
Labels
cat:install Build and installation prio:high

Comments

@kmaehashi
Copy link
Member

kmaehashi commented Aug 13, 2022

The latest setuptools now supports editable install with pyproject.toml so I guess we can consider re-enabling pyproject.toml.
https://twitter.com/juanluisback/status/1557734536586625025

Rel. #4619, #4727, #4734

@kmaehashi kmaehashi changed the title Use pyproject.yml Use pyproject.toml Aug 13, 2022
@emcastillo emcastillo added cat:install Build and installation prio:medium labels Aug 15, 2022
@kmaehashi
Copy link
Member Author

As more and more warnings started to arise in recent pip/setuptools, I think we should start migrating to pyproject.toml.

_DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
  !!

          ********************************************************************************
          Requirements should be satisfied by a PEP 517 installer.
          If you are using pip, you can try `pip install --use-pep517`.
          ********************************************************************************

  !!
EasyInstallDeprecationWarning: easy_install command is deprecated.
    !!

            ********************************************************************************
            Please avoid running ``setup.py`` and ``easy_install``.
            Instead, use pypa/build, pypa/installer, pypa/build or
            other standards-based tools.

            See https://github.com/pypa/setuptools/issues/917 for details.
            ********************************************************************************

    !!
SetuptoolsDeprecationWarning: setup.py install is deprecated.
    !!

            ********************************************************************************
            Please avoid running ``setup.py`` directly.
            Instead, use pypa/build, pypa/installer, pypa/build or
            other standards-based tools.

            See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
            ********************************************************************************

    !!

c.f. #7574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:install Build and installation prio:high
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants