Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py install is deprecated #2

Open
ycongal-smile opened this issue Oct 10, 2024 · 1 comment
Open

setup.py install is deprecated #2

ycongal-smile opened this issue Oct 10, 2024 · 1 comment

Comments

@ycongal-smile
Copy link
Contributor

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
Copy link
Member

Paullgk commented Oct 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants