当你在使用conda安装包时遇到错误“cuda-cudart >=12.1,<12.2 , which does not exist (perhaps a missing channel)”,这通常意味着conda无法在其配置的channels中找到满足指定版本要求的cuda-cudart包。以下是对错误信息的解释及可能的解决方案: 1. 解释错误信息的含义错误...
Solution to issue cannot be found in the documentation. I checked the documentation. Issue I'm trying to create a conda environment with dask and cupy-core. I'm relying on a site installation to provide the cuda libraries needed at runti...
This dependency then forces cuda-version >=12.1,<12.2.0a0, which is not compatible with regular CUDA 12.0 compilation. This then leads to failure in conda-forge/kaldi-feedstock#47 (for linux it works because there are older libmagma_spar...
Just an experiment related to conda-forge/pytorch-cpu-feedstock#303 . Checklist Used a personal fork of the feedstock to propose changes Bumped the build number (if the version is unchanged) R...
🐛 Describe the bug With CMake version 3.30.2 and CUDA 12.5.1, I get the following error when trying to build PyTorch 2.4.0: -- Could NOT find CUDA (missing: CUDA_CUDART_LIBRARY) (found version "12.5") CMake Warning at cmake/public/cuda.c...
There's obviously a CUDA version difference, but AFAIK that's how it's supposed to be. The 2.1 env was just created today with conda create -n tf2 tensorflow-gpu, which seems to have pulled in the right dependencies as far as I can tell. ...