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

sogu

Describe the bug

When I am trying to import dask_cudf I get the following ERROR:


---------------------------------------------------------------------------
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.
---------------------------------------------------------------------------

I have dask and RAPIDS installed with pip

I am trying to install it with the following code in the Google Colab Window %pip install dask-cudf

I get the following ERROR

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

On the github page of CUDF is archived. How can I install it to google colab now? https://github.com/rapidsai/dask-cudf

Solutions I have tried

  • [ARCHIVED] Dask support for distributed GDF object --> Moved to cudf -> So I install it from https://pypi.org/project/cudf/ %pip install cudf
  • On the new Github page from where the achieved point to I can only see conda installation that doesn't works with Google colab - https://github.com/rapidsai/cudf
  • Rapids install: pip install rapidsai I thought this is an older version that may be not supported now
saloni

RAPIDS does not support pip install (https://medium.com/rapids-ai/rapids-0-7-release-drops-pip-packages-47fc966e9472) . Unclear on how you installed RAPIDS using pip. The pip install page for RAPIDS (https://pypi.org/project/rapidsai/) states that conda should be used in place of pip to install RAPIDS.

Please use one of the options provided on the RAPIDS getting started page (https://rapids.ai/start.html) to install RAPIDS.

Also, which version of RAPIDS are you using?

Since Google colab does not support python 3.7 or above, the latest version of RAPIDS cannot be installed on Google colab.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

ERROR: Could not find a version that satisfies the requirement csv (from versions: none)

From Dev

Error : Could not find a version that satisfies the requirement webdriver (from versions: )

From Dev

docker ERROR: Could not find a version that satisfies the requirement apturl==0.5.2

From Dev

How to fix install error "Could not find a version that satisfies the requirement pyplot"?

From Java

Could not find a version that satisfies the requirement tensorflow

From Java

Could not find a version that satisfies the requirement <package>

From Dev

Could not find a version that satisfies the requirement in python

From Dev

Could not find a version that satisfies the requirement tensorflow

From Dev

Could not find a version that satisfies the requirement djangocms

From Java

'pip install' fails for every package ("Could not find a version that satisfies the requirement")

From Dev

OSX Brew Python "Could not find a version that satisfies the requirement pyopencv"

From Dev

'pip install' fails for every package ("Could not find a version that satisfies the requirement")

From Dev

pip could not find a version that satisfies the requirement django==2.2.1

From Dev

OSX Brew Python "Could not find a version that satisfies the requirement pyopencv"

From Dev

Could not find version that satisfies requirement in buildozer.spec file

From Dev

Pip "Could not find a that satisfies the requirement"

From Dev

PIP randomly fails 'Could not find a version that satisfies the requirement' with the same requirements.txt

From Dev

Pip install-couldn't find a version that satisfies the requirement

From Dev

Time module: Couldn't find a version that satisfies the requirement

From Dev

Bundler could not find compatible versions for gem "rails", but version is installed

From Dev

Error: Could not find or load main class version

From Dev

'Could not find gem' error when specifying a forked version of a gem from Github

From Dev

Could not find any downloads that satisfy the requirement dateutil

From Dev

Find the best matching product version from a list of available product versions

From Dev

Find the best matching product version from a list of available product versions

From Dev

`Error: could not find tiller` when running `helm version`

From Dev

PIP Could not find any downloads that satisfy the requirement SQLAlchemy

From Dev

Could not find any downloads that satisfy the requirement django-1.6.1

From Dev

Could not find any downloads that satisfy the requirement mysql-connector-python

Related Related

  1. 1

    ERROR: Could not find a version that satisfies the requirement csv (from versions: none)

  2. 2

    Error : Could not find a version that satisfies the requirement webdriver (from versions: )

  3. 3

    docker ERROR: Could not find a version that satisfies the requirement apturl==0.5.2

  4. 4

    How to fix install error "Could not find a version that satisfies the requirement pyplot"?

  5. 5

    Could not find a version that satisfies the requirement tensorflow

  6. 6

    Could not find a version that satisfies the requirement <package>

  7. 7

    Could not find a version that satisfies the requirement in python

  8. 8

    Could not find a version that satisfies the requirement tensorflow

  9. 9

    Could not find a version that satisfies the requirement djangocms

  10. 10

    'pip install' fails for every package ("Could not find a version that satisfies the requirement")

  11. 11

    OSX Brew Python "Could not find a version that satisfies the requirement pyopencv"

  12. 12

    'pip install' fails for every package ("Could not find a version that satisfies the requirement")

  13. 13

    pip could not find a version that satisfies the requirement django==2.2.1

  14. 14

    OSX Brew Python "Could not find a version that satisfies the requirement pyopencv"

  15. 15

    Could not find version that satisfies requirement in buildozer.spec file

  16. 16

    Pip "Could not find a that satisfies the requirement"

  17. 17

    PIP randomly fails 'Could not find a version that satisfies the requirement' with the same requirements.txt

  18. 18

    Pip install-couldn't find a version that satisfies the requirement

  19. 19

    Time module: Couldn't find a version that satisfies the requirement

  20. 20

    Bundler could not find compatible versions for gem "rails", but version is installed

  21. 21

    Error: Could not find or load main class version

  22. 22

    'Could not find gem' error when specifying a forked version of a gem from Github

  23. 23

    Could not find any downloads that satisfy the requirement dateutil

  24. 24

    Find the best matching product version from a list of available product versions

  25. 25

    Find the best matching product version from a list of available product versions

  26. 26

    `Error: could not find tiller` when running `helm version`

  27. 27

    PIP Could not find any downloads that satisfy the requirement SQLAlchemy

  28. 28

    Could not find any downloads that satisfy the requirement django-1.6.1

  29. 29

    Could not find any downloads that satisfy the requirement mysql-connector-python

HotTag

Archive