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
distutils is deprecated in Python 3.12, but the setup.py file still uses this module.
python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-0opca0op/xleaf_d0d9acdf536d423eb7ab0e31ce5fcda9/setup.py", line 3, in <module>
from numpy.distutils.core import Extension, setup
ModuleNotFoundError: No module named 'numpy.distutils'
[end of output]
The text was updated successfully, but these errors were encountered:
distutils is deprecated in Python 3.12, but the setup.py file still uses this module.
The text was updated successfully, but these errors were encountered: