yromano / cqr

Conformalized Quantile Regression
https://sites.google.com/view/cqr
Other
239 stars 46 forks source link

A problem about scikit-garden #5

Open Urazome2021 opened 1 year ago

Urazome2021 commented 1 year ago

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 commented 1 month ago

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"