I have Cuda 9.0 version and I have tried
pip install cudf==0.6.1
ERROR: Could not find a version that satisfies the requirement cudf==0.6.1 (from versions: none) ERROR: No matching distribution found for cudf==0.6.1
I have Cuda 9.0 version and I have tried
pip install cudf==0.6.1
ERROR: Could not find a version that satisfies the requirement cudf==0.6.1 (from versions: none) ERROR: No matching distribution found for cudf==0.6.1
Did you check the documentation?
https://github.com/rapidsai/cudf/blob/master/README.md
You should use conda
to install it.
cudf
0.6.1 provides 2 wheels, Python 3.6 and Python 3.7, both for 64-bit Linux. No source code.
Source code and installation instructions are at https://github.com/rapidsai/cudf#installation. You can try to install using conda
or compile from sources.