从google.protobuf.pyext导入_message ImportError:DLL加载失败:找不到指定的过程

时间:2019-03-15 04:02:11

标签: python tensorflow flask

使用Flask尝试在网页上获取机器学习结果

该应用程序包含用于机器学习张量流的代码

%x

当我尝试从VSCode运行贴图时,出现以下错误。

  
    

python application.py

  
%n

1 个答案:

答案 0 :(得分:0)

您可以看到here似乎是protobuf版本。

尝试使用以下命令安装版本3.6.0:

pip uninstall protobuf
pip install protobuf==3.6.0