More specifics (the command you ran, where you ran it, system information like Python version [RAPIDS supports 3.9 and 3.10]) would be useful in fully helping you debug your issue, but some general info:
Specifically check out the WSL2 section - it's important if you're going to use pip vs Docker or conda. With pip you must install the Ubuntu-WSL CTK into your WSL Ubuntu installation, with conda/Docker you do not need to do that.
A couple other WSL recommendations:
Ensure you did not install a driver inside your WSL ubuntu installation. This will cause errors; WSL2 uses your Windows driver
Ensure you're on WSL2 specifically - WSL1 is not supported. To check, in an admin powershell run the command wsl --list --verbose and ensure you see "VERSION" 2 for your WSL installation
More specifics (the command you ran, where you ran it, system information like Python version [RAPIDS supports
3.9
and3.10
]) would be useful in fully helping you debug your issue, but some general info:A couple other WSL recommendations:
wsl --list --verbose
and ensure you see "VERSION"2
for your WSL installation