You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!Thank for your reply! I have followed your advice by running the following code:
pip install --extra-index-url=https://pypi.nvidia.com cudf-cu12==24.12.*
and I received the following error:
Hmm you seem to have a cached version already, and oddly it's not seeing packages that should be available on the index. Can you try adding --no-cache-dir to your command and see what that shows? So pip install --extra-index-url=https://pypi.nvidia.com --no-cache-dir cudf-cu12==24.12.*?
I tried running the following code:
pip install --extra-index-url=https://pypi.nvidia.com cudf-cu12==24.8.* dask-cudf-cu12==24.8.* cuml-cu12==24.8.* cugraph-cu12==24.8.* cuspatial-cu12==24.8.* cuproj-cu12==24.8.* cuxfilter-cu12==24.8.* cucim-cu12==24.8.* pylibraft-cu12==24.8.* raft-dask-cu12==24.8.* cuvs-cu12==24.8.*
I received the following [error:]
The text was updated successfully, but these errors were encountered: