机器已有环境:cuda10
import tensorflow报如下错误:
根据错误提示,应该是protobuf版本不兼容,因为博主机器已经有cuda10和一些conda环境。
pip install protobuf==3.6
import tensorflow报错:ImportError: DLL load failed: 找不到指定的程序。
原文:https://www.cnblogs.com/MaybeLL/p/12124511.html