Process steps to resolve error encountered during OpenVINO™ Toolkit environment initialization.
When executing setupvars.bat script to initialize OpenVINO™ environment in Windows® 10, encountered the following error message:
Python is not installed.
The error may appear when Python.exe file cannot be found.
Search for Python 3.6.X.exe or 3.7.X.exe location and add Python path to the PATH environment variables, as follows:
- If Python* is not yet installed:
- Install Python and during installation, select the checkbox option add python to PATH
- If Python is already installed, add Python path to the environment variables path, as follows:
- Select Start and Search for Advanced System Setting
- Select System properties
- Select Environment variables
- Within system variables:
- select New to add your python.exe file path eg: C:\Users\username\AppData\Local\Programs\Python\Python36, and select Ok, or
- select Edit to modify your existing path to point to the python.exe file location, as above.
- If symptoms persist, uninstall and reinstall Python.
Refer to Install OpenVINO™ Runtime on Windows from an Archive File.