NvvmSupportError: libNVVM cannot be found. Do conda install cudatoolkit: library nvvm not found

linux 運行時出現「NvvmSupportError: libNVVM cannot be found. Do conda install cudatoolkit: library nvvm not found」有關的環境變量配置的問題linux

解決方法:添加環境變量(本人可行)bash

    一、進入.bashrcspa

     命令:$ vi .bashrc3d

                     

    二、進入.bashrc界面後顯示以下,鍵盤按下‘Insert’按鈕在最後一行輸入 (個人CUDA 版本爲8.0)   code

      export NUMBAPRO_NVVM=/usr/local/cuda-8.0/nvvm/lib64/libnvvm.so       export NUMBAPRO_LIBDEVICE=/usr/local/cuda-8.0/nvvm/libdevice/

 

    三、按‘Esc’,而後輸入‘:wq’ 退出.bashrc界面blog

 

    四、最後輸入$source ~/.bashrcit

                       

     

      五、完成!io

相關文章
相關標籤/搜索