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.
6255 Discussions

Error on installing OpenVino on Mac OS Monterey 12.5v

Aji
Employee
487 Views

Hello All,

I am running into issues installing OpenVino on my mac OS Monterey 12.5v. I am aware that the documentation state that installation for OpenVino for mac needs mac OS* 10.15 and python version 3.9.

I downgraded to python 3.9 and followed all the steps on https://pypi.org/project/openvino-dev/

using my .zsh terminal. However, when I run the command:

pip install 'openvino-dev[tensorflow2,mxnet,caffe]'

It loads some of the dependencies/libraries until it reaches the "parasail library" where it errors out. Below is an excerpt of the error:

          build_parasail(libname)

        File "/private/var/folders/xt/s7p3y0ks0nv5bn5grz0yb6lw0000gn/T/pip-install-  8p0mdng0/parasail_6fe8dfb5fdc3432e804f437541cf8b2e/setup.py", line 295, in build_parasail

          raise RuntimeError("All attempts to download latest parasail master have failed")

      RuntimeError: All attempts to download latest parasail master have failed

      [end of output]

  

  note: This error originates from a subprocess, and is likely not a problem with pip.

error: legacy-install-failure

 

× Encountered error while trying to install package.

╰─> parasail

 

note: This is an issue with the package mentioned above, not pip.

hint: See above for output from the failure.

 

For context, my computer has a processor 1.8 GHz Dual-Core Intel Core i5 and Graphics Intel HD Graphics 6000 1536 MB 

Are there any workarounds on how to resolve this issue?

Thanks,

Aji 

 

0 Kudos
1 Solution
IntelSupport
Community Manager
450 Views

 

Hi Aji,

 

Thanks for reaching out.

 

I've validated the pip install 'openvino-dev[tensorflow2,mxnet,caffe]' command on my end with the same environment as yours. The installation is able to complete as below:

macos_monterey.JPG

 

Have you tried updating pip and its dependencies? Please try to update Pip, wheel and setuptools.

 

python -m pip install –upgrade pip

pip install –upgrade wheel

pip install –upgrade setuptools

 

If this doesn't work, it might be due to the Python package. Try to reinstall your Python without using pip. Download the package and extract it into a local directory.

 

Hope this helps.

 

 

Regards,

Aznie

 

View solution in original post

0 Kudos
3 Replies
IntelSupport
Community Manager
451 Views

 

Hi Aji,

 

Thanks for reaching out.

 

I've validated the pip install 'openvino-dev[tensorflow2,mxnet,caffe]' command on my end with the same environment as yours. The installation is able to complete as below:

macos_monterey.JPG

 

Have you tried updating pip and its dependencies? Please try to update Pip, wheel and setuptools.

 

python -m pip install –upgrade pip

pip install –upgrade wheel

pip install –upgrade setuptools

 

If this doesn't work, it might be due to the Python package. Try to reinstall your Python without using pip. Download the package and extract it into a local directory.

 

Hope this helps.

 

 

Regards,

Aznie

 

0 Kudos
Aji
Employee
343 Views

Hello Aznie,

 

I tried your suggestions and it worked! Thank you very much!

 

Regards,

Aji 

0 Kudos
IntelSupport
Community Manager
413 Views

Hi Aji,


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,

Aznie


Reply