4

バグの説明

しようとする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.
---------------------------------------------------------------------------

私はdaskとRAPIDSをpipでインストールしました

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

私が試した解決策

4

1 に答える 1