rapidsai / clx

A collection of RAPIDS examples for security analysts, data scientists, and engineers to quickly get started applying RAPIDS and GPU acceleration to real-world cybersecurity use cases.
Apache License 2.0
168 stars 68 forks source link

[DOC]Why only night version install? #413

Closed skiyuki closed 3 years ago

skiyuki commented 3 years ago

Report incorrect documentation

Location of incorrect documentation https://github.com/rapidsai/clx#conda-install

Describe the problems or issues found in the documentation Following the install instruction caused a serious error a few weeks ago: categorical.py", line 25, in from cudf import _lib as libcudf File "/opt/miniconda3/envs/clx37/lib/python3.7/site-packages/cudf/_lib/init.py", line 4, in from . import ( ImportError: /opt/miniconda3/envs/clx37/lib/python3.7/site-packages/cudf/_lib/groupby.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN4cudf7groupby7groupby5shiftERKNS_10table_viewENS_9host_spanIKiLm18446744073709551615EEERKSt6vectorISt17reference_wrapperIKNS_6scalarEESaISC_EEPN3rmm2mr22device_memory_resourceE

Steps taken to verify documentation is incorrect For the latest stable version: conda install -c rapidsai -c nvidia -c pytorch -c conda-forge clx

Suggested fix for documentation Night versions have the potential to cause errors. Recommend showing the install instructions for the latest stable, specific, and night versions.


BartleyR commented 3 years ago

@efajardo-nv Let's just update the Conda install line to have a nightly command and the stable command.