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.



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:

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

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.0The above command can be found at this page: https://rapids.ai/start.html