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

Warning on setup.py install #95

Open
sjunges opened this issue Sep 6, 2022 · 2 comments
Open

Warning on setup.py install #95

sjunges opened this issue Sep 6, 2022 · 2 comments

Comments

@sjunges
Copy link
Contributor

sjunges commented Sep 6, 2022

I get the following warning:

(...)/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
  warnings.warn(

This link explains the situation:

https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html

I do not oversee whether we should just use pip instead:

Potentially related are:

@volkm
Copy link
Contributor

volkm commented Sep 6, 2022

@sjunges
Copy link
Contributor Author

sjunges commented Aug 26, 2023

A good clarification is here:

https://drivendata.co/blog/python-packaging-2023

This points to: https://github.com/scikit-build/scikit-build-core, which could indeed be a worthwhile direction.

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