Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

OpenVINO_2021.3.394 install_prerequisits

wwwww
Beginner
1,139 Views

When running the install_prerequisits.bat file I encountered the same issue as the one stated in this post: 

https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/openvino-2021-3-394-install-prerequisites/m-p/1275258#M23575

 

Following the solution of the post, I added quotation marks to the lines specified.  

 

However, now when I run the batch file I get the following error.

 

Can someone please advise how this can be resolved?

 

Thank you 

 

[ WARNING ] Failed to import Inference Engine Python API in: PYTHONPATH
[ WARNING ] [WinError 2] The system cannot find the file specified: 'C:\\Program Files (x86)\\Intel\\openvino_2021\\python\\python3.8\\openvino\\libs'
[ WARNING ] Failed to import Inference Engine Python API in: C:\Program Files (x86)\Intel\openvino_2021.3.394\python\python3.8
[ WARNING ] [WinError 2] The system cannot find the file specified: 'C:\\Program Files (x86)\\Intel\\openvino_2021\\python\\python3.8\\openvino\\libs'
[ WARNING ] Failed to import Inference Engine Python API in: C:\Program Files (x86)\Intel\openvino_2021.3.394\python\python3.8
[ WARNING ] [WinError 2] The system cannot find the file specified: 'C:\\Program Files (x86)\\Intel\\openvino_2021\\python\\python3.8\\openvino\\libs'
WARNING: Package(s) not found: openvino
[ WARNING ] Could not find the Inference Engine Python API. Installing OpenVINO (TM) toolkit using pip
Collecting openvino==2021.3
Using cached openvino-2021.3.0-2774-cp38-cp38-win_amd64.whl (20.6 MB)
Requirement already satisfied: numpy>=1.16.3 in c:\users\wwwww\appdata\roaming\python\python38\site-packages (from openvino==2021.3) (1.18.5)
Installing collected packages: openvino
Successfully installed openvino-2021.3.0
[ WARNING ] Failed to import Inference Engine Python API in: PYTHONPATH
[ WARNING ] [WinError 2] The system cannot find the file specified: 'C:\\Program Files (x86)\\Intel\\openvino_2021\\python\\python3.8\\openvino\\libs'
[ WARNING ] Failed to import Inference Engine Python API in: C:\Program Files (x86)\Intel\openvino_2021.3.394\python\python3.8
[ WARNING ] [WinError 2] The system cannot find the file specified: 'C:\\Program Files (x86)\\Intel\\openvino_2021\\python\\python3.8\\openvino\\libs'
[ WARNING ] Failed to import Inference Engine Python API in: C:\Program Files (x86)\Intel\openvino_2021.3.394\python\python3.8
[ WARNING ] [WinError 2] The system cannot find the file specified: 'C:\\Program Files (x86)\\Intel\\openvino_2021\\python\\python3.8\\openvino\\libs'
[ WARNING ] The installed OpenVINO (TM) toolkit version 2021.3 does not work as expected. Uninstalling...
Found existing installation: openvino 2021.3.0
Uninstalling openvino-2021.3.0:
Successfully uninstalled openvino-2021.3.0
[ WARNING ] Consider building the Inference Engine Python API from sources
*****************************************************************************************
Optional: To speed up model conversion process, install 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.

0 Kudos
2 Replies
Peh_Intel
Moderator
1,107 Views

Hello wwwww,

 

Thanks for reaching out to us.

 

There are some issues for Python 3.8 to work in OpenVINO™ 2021.3. This issue has been fixed and will be available for the next distribution release which is OpenVINO™  2021.4.


For now, there are three options for you:


Option 1: Downgrade the Python version to Python 3.7.


Option 2: Wait for the release of OpenVINO™ 2021.4, which is coming soon.


Option 3: Download the OpenVINO™ GitHub version and compile it for windows by following this WIKI.



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
1,054 Views

Hello wwwww,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question. 



Regards,

Peh


0 Kudos
Reply