Ubuntu 16.04, CUDA 8 - CUDA driver version is insufficient for CUDA runtime version

前端 未结 9 735
孤街浪徒
孤街浪徒 2020-12-08 04:15

I\'ve installed the latest nvidia drivers (375.26) manually, and installed CUDA using cuda_8.0.44_linux.run (skipping the driver install there, since the bundled drivers are

9条回答
  •  时光取名叫无心
    2020-12-08 05:05

    I had similar problem.I am using anaconda, after installing keras-gpu through conda, it automatically took the most recent version of cuda, which was not compatible with my system.

    You can view list of installed packages in anaconda through

    conda list
    

    In my case supported version was 10.0 but anaconda installed the latest version 10.1. if this is the case, you need to reinstall cuda in anaconda enviournment with supported version.

提交回复
热议问题