安装OpenVino会产生与张量流有关的错误

时间:2018-12-09 12:47:59

标签: python tensorflow pip openvino

我正在尝试在系统上安装Opevino的最新版本。我正在遵循此文档:
https://software.intel.com/en-us/articles/OpenVINO-Install-Windows

在我需要运行此批处理文件的步骤中:install_prerequisites.bat

我收到此错误:

C:\local\Intel\computer_vision_sdk\deployment_tools\model_optimizer\install_prerequisites>install_prerequisites.bat
Python 3.7.1
ECHO is off.
Collecting tensorflow==1.9.0 (from -r ..\requirements.txt (line 1))
  Could not find a version that satisfies the requirement tensorflow==1.9.0 (from -r ..\requirements.txt (line 1)) (from versions: )
No matching distribution found for tensorflow==1.9.0 (from -r ..\requirements.txt (line 1))
*****************************************************************************************
Warning: please expect that Model Optimizer conversion might be slow.
You can boost conversion speed by installing protobuf-*.egg located in the
"model-optimizer\install_prerequisites" folder or building protobuf library from sources.
For more information please refer to Model Optimizer FAQ, question #80.

如何解决此错误?

作为旁注,当我搜索此错误时,我发现它与PIP 18和张量流有关:TensorFlow not found using pip

2 个答案:

答案 0 :(得分:0)

OpenVINO不支持Python 3.7,这也可以解释您的问题。

答案 1 :(得分:0)

使用pip的Python 3.6.5必须运行Model Optimizer。 使用以下步骤安装正确版本的Python软件。

转到Python 3.6.5下载页面,然后单击Windows x86-64可执行安装程序以下载可执行文件。该文件另存为python-3.6.5-amd64.exe在您的“下载”文件夹中。

浏览以下载Python

双击文件以启动安装。

确保屏幕顶部显示Python 3.6.5(64位)。

重要提示:在安装屏幕的底部,选择将Python 3.6添加到PATH。

安装Python并选择环境变量选项

单击安装屏幕顶部附近的立即安装,并完成安装。

安装完成后,单击“关闭”。

请确认以上步骤已完成。