Hi everybody,
Since today I am not able to install the CUDA with Conda on Windows anymore.
Has it something to do with new version that just have been updated? Cuda :: Anaconda.org
I even reinstalled Windows, so working on a fresh system with only the latest version of Miniconda installed.
This is what I do:
- conda create -n test
- conda activate test
- conda install nvidia/label/cuda-11.8.0::cuda
This is what is returned:
C:\Users\wimva>SET DISTUTILS_USE_SDK=1
C:\Users\wimva>SET MSSdk=1
C:\Users\wimva>SET “VS_VERSION=15.0”
C:\Users\wimva>SET “VS_MAJOR=15”
C:\Users\wimva>SET “VS_YEAR=2017”
C:\Users\wimva>set “MSYS2_ARG_CONV_EXCL=/AI;/AL;/OUT;/out”
C:\Users\wimva>set “MSYS2_ENV_CONV_EXCL=CL”
C:\Users\wimva>set “PY_VCRUNTIME_REDIST=\bin\vcruntime140.dll”
C:\Users\wimva>set “CXX=cl.exe”
C:\Users\wimva>set “CC=cl.exe”
C:\Users\wimva>CALL C:\Users\wimva\miniconda3\envs\pliploe\etc\conda\activate.d\vs2017_get_vsinstall_dir.bat
When looking at the installation - conda list. It does list CUDA but only the correct version for Cuda itself. All other packages are the latest version.
cuda 11.8.0 0 nvidia/label/cuda-11.8.0
cuda-cccl 12.4.127 haa95532_2
cuda-cccl_win-64 12.4.127 haa95532_2
cuda-command-line-tools 12.4.1 haa95532_1
cuda-compiler 12.4.1 hd77b12b_1
cuda-crt-dev_win-64 12.4.131 haa95532_0
cuda-crt-tools 12.4.131 haa95532_0
cuda-cudart 12.4.127 hd77b12b_0
cuda-cudart-dev 12.4.127 hd77b12b_0
cuda-cudart-dev_win-64 12.4.127 hd77b12b_0
cuda-cudart-static 12.4.127 hd77b12b_0
cuda-cudart-static_win-64 12.4.127 hd77b12b_0
cuda-cudart_win-64 12.4.127 hd77b12b_0
cuda-cuobjdump 12.4.127 hd77b12b_1
cuda-cupti 12.4.127 hd77b12b_1
cuda-cupti-dev 12.4.127 hd77b12b_1
cuda-cuxxfilt 12.4.127 hd77b12b_1
cuda-demo-suite 11.8.86 0 nvidia/label/cuda-11.8.0
cuda-libraries 12.4.1 haa95532_1
cuda-libraries-dev 12.4.1 haa95532_1
cuda-nvcc 12.4.131 h1fd813f_0
cuda-nvcc-dev_win-64 12.4.131 haa95532_0
cuda-nvcc-impl 12.4.131 h35fed64_0
cuda-nvcc-tools 12.4.131 hd77b12b_0
cuda-nvcc_win-64 12.4.131 h1fd813f_0
cuda-nvdisasm 12.4.127 hd77b12b_1
cuda-nvml-dev 12.4.127 hd77b12b_1
cuda-nvprof 12.4.127 hd77b12b_1
cuda-nvprune 12.4.127 hd77b12b_1
cuda-nvrtc 12.4.127 hd77b12b_1
cuda-nvrtc-dev 12.4.127 hd77b12b_1
cuda-nvvm-dev_win-64 12.4.131 haa95532_0
cuda-nvvm-impl 12.4.131 hd77b12b_0
cuda-nvvm-tools 12.4.131 hd77b12b_0
cuda-nvvp 12.4.127 hd77b12b_1
cuda-opencl 12.4.127 hd77b12b_0
cuda-opencl-dev 12.4.127 hd77b12b_0
cuda-profiler-api 12.4.127 haa95532_1
cuda-runtime 12.4.1 h382c6e5_0
cuda-sanitizer-api 12.4.127 hd77b12b_1
cuda-toolkit 12.4.1 h382c6e5_0
cuda-tools 12.4.1 haa95532_1
cuda-version 12.4 hbda6634_3
cuda-visual-tools 12.4.1 haa95532_1
I have no idea what is going on here. Any help would be much appreciated.
Thank you so much,
Kind regards;
Wim