【Python】ImportError: Could not find 'nvcuda.dll'.

在運行python是遇到ImportError: Could not find 'nvcuda.dll'.

提示缺少nvcuda.dll

用以下幾個命令,可以正常運行:

# 先刪
pip uninstall protobuf 
pip uninstall tensorflow
# 後重裝
pip install protobuf 
pip install tensorflow

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章