logpai / Drain3

A robust streaming log template miner based on the Drain algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drain3 deprecation warning with pip install command.

tatu-aalto opened this issue · comments

When I install drain3 with pip, I get this deprecation warning:

DEPRECATION: drain3 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

Thanks for reporting I'll migrate the project to use pyproject.toml

Fixed, new version will be released next week.