import tensorflow error: ImportError: DLL load failed: The specified program was not found.

problem

Machine existing environments: cuda10

import tensorflow reported the following error:

 

 the reason

According to error, should be protobuf version is not compatible, because the blog host, and some already have cuda10 conda environment.

solve

pip install protobuf==3.6

Guess you like

Origin www.cnblogs.com/MaybeLL/p/12124511.html