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
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
The text was updated successfully, but these errors were encountered:
pyproject.toml is missing which leads to this warning:
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
The text was updated successfully, but these errors were encountered: