/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.
From: https://github.com/seapath/svtrace/blob/main/README.md?plain=1#L75 :
python3 setup.py install
This step displays a warning:
See: https://packaging.python.org/en/latest/discussions/setup-py-deprecated/