描述错误
当我尝试时,import dask_cudf
我收到以下错误:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-11-afb970ad91bb> in <module>()
8 from dask_cuda import LocalCUDACluster
9 import dask_xgboost
---> 10 import dask_cudf
11 import dask
12 from xgboost.dask import DaskDMatrix
ModuleNotFoundError: No module named 'dask_cudf'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
我用 pip 安装了 dask 和 RAPIDS
- 当我搜索: pip install dask_cudf
- 原始站点不再存在:https ://pypi.org/project/dask-cudf/
- 谷歌存储的网站历史:https ://webcache.googleusercontent.com/search?q=cache:8in7y2jQFQIJ:https://pypi.org/project/dask-cudf/+&cd=1&hl=en&ct=clnk&gl=uk
我正在尝试在 Google Colab 窗口中使用以下代码安装它
%pip install dask-cudf
我收到以下错误
ERROR: Could not find a version that satisfies the requirement dask-cudf (from versions: none)
ERROR: No matching distribution found for dask-cudf
在 CUDF 的 github 页面上已存档。我现在如何将它安装到 google colab? https://github.com/rapidsai/dask-cudf
我尝试过的解决方案
- [归档] Dask 支持分布式 GDF 对象 --> 移至 cudf -> 所以我从 https://pypi.org/project/cudf/安装它
%pip install cudf
- 在新的 Github 页面上,我只能看到无法与 Google colab 一起使用的 conda 安装 - https://github.com/rapidsai/cudf
- Rapids install :
pip install rapidsai
我认为这是一个旧版本,现在可能不支持