Cudf: [QST] What if I need Python 3 to integrate with PySyft

Created on 1 Jul 2019  路  3Comments  路  Source: rapidsai/cudf

What is your question?
Dear all,
I currently use cudf 0.8 rapidsai-nightly/label/cuda10.0. If I need python 3 to integrate with PySyft which version of cudf should I use? I truly appreciate your guidance and help.
33

Environment: Azure Databricks

cluster conffig
cluster config

question

Most helpful comment

Looks like you are on an older version of 0.8 nightly. 0.8 stable is released, it comes with python 3.7 and you can install by copy pasting following command:
image

conda install -c nvidia -c rapidsai -c numba -c conda-forge -c pytorch -c defaults \ cudf=0.8 cuml=0.8 cugraph=0.8 python=3.7 cudatoolkit=10.0

The above command can be found at this page: https://rapids.ai/start.html

All 3 comments

Looks like you are on an older version of 0.8 nightly. 0.8 stable is released, it comes with python 3.7 and you can install by copy pasting following command:
image

conda install -c nvidia -c rapidsai -c numba -c conda-forge -c pytorch -c defaults \ cudf=0.8 cuml=0.8 cugraph=0.8 python=3.7 cudatoolkit=10.0

The above command can be found at this page: https://rapids.ai/start.html

Appreciate your guidance @galipremsagar. I'll work on it:)!

@Polarbeargo I'm going to close this as it's been answered, but feel free to open up another issue if you hit another problem.

Was this page helpful?
0 / 5 - 0 ratings