All Questions
2 questions
1
vote
3
answers
3k
views
Installing cuML into Colab or Kaggle notebook
I wanted to install cuml package using this !pip install cuml. Although, this worked previously. However, it's not working right now and gives me the following outputs:
Looking in indexes: https://...
2
votes
2
answers
18k
views
How install cuML module?
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 ...