安装 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.

我该如何解决这个错误?


拉莫斯之舞
浏览 167回答 2
2回答

拉风的咖菲猫

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

皈依舞

需要带有 pip 的 Python 3.6.5 才能运行模型优化器。使用这些步骤安装正确版本的 Python 软件。进入 Python 3.6.5 下载页面,点击 Windows x86-64 可执行安装程序下载可执行文件。该文件在您的下载文件夹中保存为 python-3.6.5-amd64.exe。浏览下载 Python双击该文件以启动安装。确保屏幕顶部显示 Python 3.6.5(64 位)。重要提示:在安装屏幕底部,选择 Add Python 3.6 to PATH。安装 Python 并选择环境变量选项单击安装屏幕顶部附近的立即安装,然后让安装完成。安装完成后,单击关闭。请确认,以上步骤已完成。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Python