gpt4 book ai didi

python - 错误 : Could not find a version that satisfies the requirement dask-cudf (from versions: none)

转载 作者:行者123 更新时间:2023-12-03 21:09:51 24 4
gpt4 key购买 nike

描述错误
当我尝试 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我认为这是一个旧版本,现在可能不支持
  • 最佳答案

    RAPIDS 不支持 pip 安装 ( https://medium.com/rapids-ai/rapids-0-7-release-drops-pip-packages-47fc966e9472 ) 。不清楚您如何使用 pip 安装 RAPIDS .pip RAPIDS 的安装页面 ( https://pypi.org/project/rapidsai/ ) 指出 conda应该用来代替 pip安装 RAPIDS。
    请使用 RAPIDS 入门页面 ( https://rapids.ai/start.html ) 上提供的选项之一来安装 RAPIDS。
    另外,您使用的是哪个版本的 RAPIDS?
    由于谷歌colab不支持python 3.7及以上版本,因此谷歌colab无法安装最新版本的RAPIDS。

    关于python - 错误 : Could not find a version that satisfies the requirement dask-cudf (from versions: none),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64576905/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com