When attempting to install OpenVINO on my macbook (Mac OS Big Sur) by following the installation guide on this page:
https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_macos.html
When run the following script on my terminal:
source /opt/intel/openvino_2021/bin/setupvars.sh
I got the following Warning outputs:
[setupvars.sh] WARNING: Can not find OpenVINO Python binaries by path /Users/python
[setupvars.sh] WARNING: OpenVINO Python environment does not set properly
[setupvars.sh] OpenVINO environment initialized
Please help.
Regards, Adam.
Link Copied
Hi Adam,
Greetings to you. Python 3.6 - 3.7 is required for OpenVINO 2021.2. What Python version are you using now?
Could you please try running the verification script given below, to check if your MacOS installed correctly? https://docs.openvinotoolkit.org/2021.2/openvino_docs_get_started_get_started_macos.html#image_class...
For your information, OpenVINO 2021.2 is officially supported on macOS * 10.15.x versions (Catalina).
Regards,
Yu Chern
Hi Yu Cern,
This has not helped me in anyway.
I am using Python 3.8, as your getting started page stated that it works with python versions 3.6-3.8.
I am currently using MacOS Big Sur as I stated in the first post, so saying OpenVINO is supported on Os Catalina doesn't help me in any way.
Regards,
Adam
Hi Adam,
Greetings to you. Sorry for your inconvenience. Referring to Install Intel® Distribution of OpenVINO™ toolkit for macOS, under the “Software Requirements” and “Operating Systems” section, it is stated Python 3.6 - 3.7 and macOS* 10.15.
Note: For Windows 10, OpenVINO 2021.2 works with Python 3.6 - 3.8 64-bit.
OpenVINO 2021.2 for macOS has not been officially validated for MacOS 11 (Big Sur) and Python 3.8.
However, you may also try running the verification script, since you get warning message instead of error message. It might work anyway but we can’t guarantee.
For your information, I am using Python 3.7.9 in my machine and everything works well.
Regards,
Yu Chern
For more complete information about compiler optimizations, see our Optimization Notice.