import tensorflow报错:ImportError: DLL load failed: 找不到指定的程序。

问题

机器已有环境:cuda10

import tensorflow报如下错误:

 

原因

根据错误提示,应该是protobuf版本不兼容,因为博主机器已经有cuda10和一些conda环境。

解决

pip install protobuf==3.6
posted @ 2019-12-31 15:04  MaybeLL  阅读(462)  评论(0)    收藏  举报