【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
...
原创
2019-09-30 14:13:23 ·
12247 阅读 ·
1 评论