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