Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A problem about scikit-garden #5

Open
Urazome2021 opened this issue Dec 31, 2022 · 1 comment
Open

A problem about scikit-garden #5

Urazome2021 opened this issue Dec 31, 2022 · 1 comment

Comments

@Urazome2021
Copy link

Urazome2021 commented Dec 31, 2022

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?

@quchongqi
Copy link

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"],
}

especially "Cython>=0.23,<3.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants