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
I am trying to use Autosklearn in my Kaggle Notebook, but facing error, I tried using sklearn==1.0.1 and as well as 0.24 , both showed the same error.
I also tried setuptools < 60.0 still has the same issue
To Reproduce
Steps to reproduce the behavior:
!pip install scikit-learn==0.24
import sklearn as t
t.version
!pip install cython
!pip install auto-sklearn
Expected behavior
Building wheel for scikit-learn (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for scikit-learn (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [1393 lines of output]
:17: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Partial import of sklearn during the build process.
:116: DeprecationWarning:
`numpy.distutils` is deprecated since NumPy 1.23.0, as a result
of the deprecation of `distutils` itself. It will be removed for
Python >= 3.12. For older Python versions it will remain present.
It is recommended to use `setuptools < 60.0` for those Python versions.
For more details, see:
https://numpy.org/devdocs/reference/distutils_status_migration.html
The text was updated successfully, but these errors were encountered:
Leo-Sharm
changed the title
[Question] My Question?
Unable to install autosklearn in kaggle
Mar 15, 2024
Describe the bug
I am trying to use Autosklearn in my Kaggle Notebook, but facing error, I tried using sklearn==1.0.1 and as well as 0.24 , both showed the same error.
I also tried
setuptools < 60.0
still has the same issueTo Reproduce
Steps to reproduce the behavior:
!pip install scikit-learn==0.24
import sklearn as t
t.version
!pip install cython
!pip install auto-sklearn
Expected behavior
Building wheel for scikit-learn (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for scikit-learn (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [1393 lines of output]
:17: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Partial import of sklearn during the build process.
:116: DeprecationWarning:
The text was updated successfully, but these errors were encountered: