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
When I install scikit-garden, it keeps prompting me that the installation has failed, does anyone have the same problem? If solved, can you share the solution?
The text was updated successfully, but these errors were encountered:
You need to meet the installation conditions of scikit-garden. Check whether you meet the following conditions:
{
install_requires=["numpy", "scipy", "scikit-learn>=0.22", "six"],
setup_requires=["Cython>=0.23", "numpy", "setuptools>=18"],
setup_requires=["Cython>=0.23,<3.0", "numpy", "setuptools>=18"],
}
When I install scikit-garden, it keeps prompting me that the installation has failed, does anyone have the same problem? If solved, can you share the solution?
The text was updated successfully, but these errors were encountered: