【发布时间】:2018-12-09 12:47:58
【问题描述】:
我正在尝试在我的系统上安装最新版本的 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 相关:TensorFlow not found using pip
【问题讨论】:
标签: python tensorflow pip openvino