AMICI-dev / AMICI

Advanced Multilanguage Interface to CVODES and IDAS
https://amici.readthedocs.io/
Other
108 stars 30 forks source link

SetuptoolsDeprecationWarning: Customization incompatible with editable install #2407

Closed dweindl closed 5 months ago

dweindl commented 5 months ago
  /tmp/pip-build-env-ryfyudb4/overlay/lib/python3.12/site-packages/setuptools/command/editable_wheel.py:305: 

SetuptoolsDeprecationWarning: Customization incompatible with editable install

                          If you are seeing this warning it is very likely that a setuptools
                          plugin or customization overrides the `build_py` command, without
                          taking into consideration how editable installs run build steps
                          starting from setuptools v64.0.0.

                          Plugin authors and developers relying on custom build steps are
                          encouraged to update their `build_py` implementation considering the
                          information about editable installs in
                          https://setuptools.pypa.io/en/latest/userguide/extension.html.

                          For the time being `setuptools` will silence this error and ignore
                          the faulty command, but this behaviour will change in future versions.

https://github.com/AMICI-dev/AMICI/blob/01cc4e9cb00bb74a0f2f87e65331b1c2b783f885/python/sdist/amici/custom_commands.py#L119

dweindl commented 5 months ago

Related to a different error. All fine.