Python 如何安装cuML模块?

Python 如何安装cuML模块?,python,pip,installation,rapids,Python,Pip,Installation,Rapids,我在我的jupyter笔记本中启动了这个命令 pip install cuml 我有一个错误: ERROR: Could not find a version that satisfies the requirement cuml (from versions: none) ERROR: No matching distribution found for cuml 我在windows上,如何解决它?对不起,cuml目前不支持windows操作系统。但你可以在云上免费试用 卡格尔果仁: 科拉

我在我的jupyter笔记本中启动了这个命令

pip install cuml
我有一个错误:

ERROR: Could not find a version that satisfies the requirement cuml (from versions: none)
ERROR: No matching distribution found for cuml

我在windows上,如何解决它?对不起,cuml目前不支持windows操作系统。但你可以在云上免费试用

卡格尔果仁:

科拉布:


如果对你有效,请告诉我。感谢您对cuml感兴趣

很抱歉,cuml目前不支持windows操作系统。但你可以在云上免费试用

卡格尔果仁:

科拉布:


如果对你有效,请告诉我。感谢您对cuml感兴趣

您还可以使用docker命令提取已安装RAPIDS library suite的映像

例如:

docker pull rapidsai/rapidsai:cuda10.0-runtime-ubuntu16.04

docker run --runtime nvidia --rm -it -p 8888:8888 -p 8787:8787 -p 8786:8786 \
    rapidsai/rapidsai:cuda10.0-runtime-ubuntu16.04

更多详细信息:

您还可以使用docker命令提取已安装RAPIDS library suite的映像

例如:

docker pull rapidsai/rapidsai:cuda10.0-runtime-ubuntu16.04

docker run --runtime nvidia --rm -it -p 8888:8888 -p 8787:8787 -p 8786:8786 \
    rapidsai/rapidsai:cuda10.0-runtime-ubuntu16.04

更多详细信息:

您使用的是哪种操作系统和python版本?windows 10和python 3.7您使用的是哪种操作系统和python版本?windows 10和python 3.7此用户对docker没有任何了解,也没有对RAPIDS进行任何讨论。您应该向发布问题的用户请求更多信息。该用户表示不了解docker,也没有任何关于RAPIDS的讨论。您应该向发布问题的用户请求更多信息。