moves-rwth / stormpy

Python Bindings for the Probabilistic Model Checker Storm
https://moves-rwth.github.io/stormpy/
GNU General Public License v3.0
30 stars 16 forks source link

Warning on setup.py install #95

Open sjunges opened 2 years ago

sjunges commented 2 years ago

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 commented 2 years ago

Maybe relevant: https://setuptools.pypa.io/en/latest/build_meta.html

sjunges commented 1 year ago

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.