简体   繁体   中英

tensorflow-gpu not install using anaconda

I try to install tensorflow-gpu in my anaconda base. But it show below errors. I try multiple times but this error not goes. I install all necessary things like CUDA, CUDNN, Anaconda. I try to install django that successfully installed but in tensorflow this error showing and not installed. I not make any conda environment and i wish install tensorflow in base(root) environment. 在此处输入图像描述

This is mostly caused by a package version mismatch. Try making a new env with TensorFlow-gpu and Django by using the command:

conda create --name YourEnvName tensorFlow-gpu django

Then activate the env you just made and continue installing other packages that you need.

If you want to see the reason why it's not properly working, I suggest installing mamba ; it's more performant than vanilla conda and has a faster, more parallelized solver and package installer.

I solved this issue using reinstalled Anaconda

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM