You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup.py imports from distutils, which has been deprecated and removed in Python 3.12. Please could you migrate to a pyproject.toml (PEP 517) based build? See https://peps.python.org/pep-0632/ for more information.
Thanks!
The text was updated successfully, but these errors were encountered:
setup.py
imports fromdistutils
, which has been deprecated and removed in Python 3.12. Please could you migrate to apyproject.toml
(PEP 517) based build? See https://peps.python.org/pep-0632/ for more information.Thanks!
The text was updated successfully, but these errors were encountered: