Cudf: [BUG] Unable to install with CONDA

Created on 27 Sep 2019  路  6Comments  路  Source: rapidsai/cudf

I am unable to install the package using conda:

conda install -c nvidia -c rapidsai -c numba -c conda-forge -c defaults cudf=0.8 python=3.6 cudatoolkit=10.0

Below is the message:

Collecting package metadata: done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • cudf=0.8

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

conda invalid

All 6 comments

I can't replicate your error. I executed the same command I conda was able to find the packages.

Which channel are you using? Is it on the list above that I reported?

I created a new 3.6 conda env and executed the same command you posted. cuDF got installed with no problems.

Are you trying to install on Windows? Looks like it's searching for those packages. Windows is currently unsupported.

Closing as this is a duplicate of #28, we have no current plans to support Windows.

I am not sure what to say. Still does not work for me. I am doing it on Windows, though.

Was this page helpful?
0 / 5 - 0 ratings