Hi, I need to install cudnn on my miniconda3 environment but I keep getting (ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.9.2.26 (from versions: 0.0.1.dev5)
ERROR: No matching distribution found for nvidia-cudnn-cu11==8.9.2.26)
according to Nvidia’s document, this cudnn version is compatible with my system and I even downloaded this archive from Nvidia’s website. Still, honestly, I don’t know what to do with it.
could somebody please help me I need this setup and I’m a complete nooby in coding
Hi @sam.myc.1la ,
Are you trying to set this up with tensorflow?
If yes, please make sure for tf version above 2.10, you are installing TensorFlow in WSL2, or tensorflow-cpu .
Thanks