seapath / svtrace

svtrace is a tool used to monitor IEC61850 SV network performance on a machine
Apache License 2.0
0 stars 1 forks source link

`setup.py install` is deprecated #2

Open ycongal-smile opened 4 weeks ago

ycongal-smile commented 4 weeks ago

From: https://github.com/seapath/svtrace/blob/main/README.md?plain=1#L75 : python3 setup.py install

This step displays a warning:

/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
/usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.

See: https://packaging.python.org/en/latest/discussions/setup-py-deprecated/

Paullgk commented 1 week ago

Hello Yoann, It is planned to not use anymore setup.py, including to packaged the app in order to be used in offline mode.