fzi-forschungszentrum-informatik / TSInterpret

An Open-Source Library for the interpretability of time series classifiers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation Warning

ulf1 opened this issue · comments

Describe the bug
A clear and concise description of what the bug is.

  DEPRECATION: kaggle is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for kaggle ... done
  DEPRECATION: lime is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

To Reproduce
Steps to reproduce the behavior. Also State the OS and the versions you are using.

pip install TSInterpret

Additional context
Add any other context about the problem here.

This might become a problem if the lime and kaggle projects doesn't fix it before python users start using the pip 23.1 as default. For example, https://github.com/marcotcr/lime/commits/master looks very undermaintained.

thanks for the comment. This is an old and unnecessary dependency and resolved here : https://github.com/fzi-forschungszentrum-informatik/TSInterpret/blob/main/setup.pyand will be included in the next PyPI Release.

New PyPi Release (v.0.1.2).