Ubuntu20.04 x86_64
GeForce GT 730
我能用我的系统安装tensorflow gpu吗?
运行sudo apt install nvidia-cuda-toolkit后,获取此错误
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-cuda-toolkit : Depends: nvidia-profiler (= 10.1.243-3) but it is not going to be installed
Depends: nvidia-cuda-dev (= 10.1.243-3) but it is not going to be installed
Recommends: nvidia-visual-profiler (= 10.1.243-3) but it is not going to be installed
Recommends: nsight-compute (= 10.1.243-3)
Recommends: nsight-systems (= 10.1.243-3)
E: Unable to correct problems, you have held broken packages.当我试图安装tensorlfow时,错误地安装了错误的nvidia驱动程序495而不是390 (仍然无法解除它),就发生了这种情况。
我浏览了很多帖子,回答了很多问题,但是没有一个真的能帮我解决这个问题。
发布于 2021-11-11 09:25:56
Cuda 10将无法与390一起工作,最低驱动程序版本为410和410不支持GT 730...nice棘手情况.:)
https://askubuntu.com/questions/1372291
复制相似问题