AMICI-dev/AMICI

SetuptoolsDeprecationWarning: Customization incompatible with editable install

Closed this issue · 1 comments

  /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.

class AmiciBuildPy(build_py):

Related to a different error. All fine.