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
Starting from pip version 25.0, the current package defintion of cheetah will no longer be supported for editable installations. An up-to-date version currently prints the following warning:
Legacy editable install of cheetah-accelerator 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 pypa/pip#11457
From the discussion in the linked pip issue, it seems like the intended solution is to migrate to a pyproject.toml based package structure, which will continue to support editable installations.
Starting from
pip
version 25.0, the current package defintion of cheetah will no longer be supported for editable installations. An up-to-date version currently prints the following warning:See also the mentioned setuptools documentation on editable installs.
The text was updated successfully, but these errors were encountered: