Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why cuml=24.04 cannot be found? #5869

Open
peonycabbage opened this issue Apr 26, 2024 · 5 comments
Open

Why cuml=24.04 cannot be found? #5869

peonycabbage opened this issue Apr 26, 2024 · 5 comments
Labels
? - Needs Triage Need team to review and classify question Further information is requested

Comments

@peonycabbage
Copy link

Details:

conda create -n rapids-24.04 -c rapidsai -c conda-forge -c nvidia -c conda-forge cuml=24.04 python=3.11 cuda-version=12.2 pytorch
Channels:

  • rapidsai
  • conda-forge
  • nvidia
  • defaults
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  • cuml=24.04*

Current channels:

@peonycabbage peonycabbage added ? - Needs Triage Need team to review and classify question Further information is requested labels Apr 26, 2024
@dantegd
Copy link
Member

dantegd commented Apr 26, 2024

Hi @peonycabbage, that's an unexpected error indeed. Do you have a full print of the output of the conda install command? Also what's the version of conda that you are using? I had no problems creating the environment right now. Admittedly I used mamba:

mamba create -n iss5869 -c rapidsai -c conda-forge -c nvidia -c conda-forge cuml=24.04 python=3.11 cuda-version=12.2 pytorch

@hcho3
Copy link
Contributor

hcho3 commented Apr 26, 2024

Platform: win-64

Are you using Windows? Currently, RAPIDS does not support the Windows platform.

@peonycabbage
Copy link
Author

Yes I am using Windows. Does RAPIDS support WSL?

@mroeschke
Copy link
Contributor

Does RAPIDS support WSL?

Yes it does: https://docs.rapids.ai/install#wsl2

@dantegd
Copy link
Member

dantegd commented May 7, 2024

@peonycabbage coming back to this issue, have not been able to reproduce. Was wondering if you could provide a full print of the output of the conda install command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants