I launched this command in my jupyter notebook
pip install cuml
and I have this error:
ERROR: Could not find a version that satisfies the requirement cuml (from versions: none)
ERROR: No matching distribution found for cuml
How can I solve it?
I'm using Python 3.7 on Windows 10.