Sana icon indicating copy to clipboard operation
Sana copied to clipboard

Installation steps fail on CUDA install part. (Windows 11)

Open clevnumb opened this issue 7 months ago • 1 comments

I get

(sana) U:\Sana-for-Windows>conda install nvidia/label/cuda-12.6.0::cuda-toolkit C:\Users\cleve\miniconda3\lib\site-packages\conda\base\context.py:202: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3.

To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels:

conda config --add channels defaults

For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html

deprecated.topic( Channels:

  • defaults
  • nvidia/label/cuda-12.6.0 Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:

  • package cuda-toolkit-12.6.0-0 is excluded by strict repo priority

--- when I run this: conda install nvidia/label/cuda-12.6.0::cuda-toolkit

Alls steps before that worked fine from what I can tell...I didn't have to remove anything, it was all fresh until that step.

Help?

clevnumb avatar Mar 20 '25 05:03 clevnumb