I a trying to install the latest version of Opevino on my system. I am following this documentation:
https://software.intel.com/en-us/articles/OpenVINO-Install-Windows
In the step that I need to run this batch file: install_prerequisites.bat
and I am getting this error:
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.
How can I fix this error?
As a side note, when I searched for this error, I found that it relates to PIP 18 and tensorflow: TensorFlow not found using pip