我想在我的 GPU 上加速 pandas,所以我决定使用cudf
库。请推荐其他库(如果有)。
我尝试cudf
使用 pip by安装pip3.6 install cudf-cuda92
。pip版本是19.2.3(最新)。
当我pip3.6 install cudf-cuda92
在 cmd 上运行时,它显示:
Collecting cudf-cuda92
ERROR: Could not find a version that satisfies the requirement cudf-cuda92 (from versions: none)
ERROR: No matching distribution found for cudf-cuda92
Run Code Online (Sandbox Code Playgroud)