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
" DEPRECATION: Legacy editable install of tsam==2.3.4 from file:///C:/Programming/tsam (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 pypa/pip#11457"
Although a setupy.py file is not deprecated, the use of a pyproject.toml is strongly recommended.
When installing tsam I get the warning
" DEPRECATION: Legacy editable install of tsam==2.3.4 from file:///C:/Programming/tsam (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 pypa/pip#11457"
Although a setupy.py file is not deprecated, the use of a pyproject.toml is strongly recommended.
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
The text was updated successfully, but these errors were encountered: