Skip to content

Commit

Permalink
defer to the install selector for range of supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 17, 2024
1 parent 50fc7a2 commit 5715c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ ERROR: Could not find a version that satisfies the requirement cudf-cu12 (from v
ERROR: No matching distribution found for cudf-cu12
```
Check the suggestions below for possible resolutions:

- The pip index has moved from the initial experimental release! Ensure the correct `--extra-index-url=https://pypi.nvidia.com`
- Only Python versions 3.10, 3.11, and 3.12 are supported
- Ensure you're using a Python version that RAPIDS supports (compare the values in the [the install selector](#selector) to the Python version reported by `pip --version`).
- RAPIDS pip packages require a recent version of pip that [supports PEP600](https://peps.python.org/pep-0600/){: target="_blank"}. Some users may need to update pip: `pip install -U pip`

<br/>
Expand Down

0 comments on commit 5715c9e

Please sign in to comment.