stan-dev / httpstan

HTTP interface to Stan, a package for Bayesian inference.
ISC License
39 stars 15 forks source link

Migration from distutils to setuptools incomplete #631

Closed riddell-stan closed 1 year ago

riddell-stan commented 1 year ago

Finish the migration to setuptools and use the public API. Currently httpstan is still using distutils directly, e.g., import setuptools._distutils.command.build_ext

For migration advice see https://setuptools.pypa.io/en/latest/deprecated/distutils-legacy.html