I just created a new env using minicoda with py3.9 and cuda. While trying to install cudf with: conda install -c rapidsai cudf
i get the following error message.
Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:
- feature:/linux-64::__glibc==2.35=0
- cudf -> __glibc[version='>=2.17,<3.0.a0']
- cudf -> cupy[version='>7.1.0,<10.0.0a0'] -> __glibc[version='>=2.17']
- python=3.9 -> libgcc-ng[version='>=7.5.0'] -> __glibc[version='>=2.17']
Your installed version is: 2.35
I've found a post with similar error and was asked to use pip instead. If there a way to rectify this while still using conda? Kindly advise.