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

Missing pyproject.toml #702

Open
douglas-raillard-arm opened this issue Sep 23, 2024 · 0 comments
Open

Missing pyproject.toml #702

douglas-raillard-arm opened this issue Sep 23, 2024 · 0 comments

Comments

@douglas-raillard-arm
Copy link
Contributor

pyproject.toml is missing which leads to this warning:

  DEPRECATION: Legacy editable install of devlib==1.4.0.dev2+8773c104 from file:///projects/devlib (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. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457

The existing setup.py could be migrated to pyproject.toml if it's simple enough, otherwise a basic pyproject.toml in addition to the existing setup.py will do the trick as it did in LISA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant