- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Aznie,
I tried your suggestions and it worked! Thank you very much!
Regards,
Aji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page