- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting this error when I run the setupvars.sh command in 2021.1 release in Mac OSX.
rlo@rlo-mac01 ~ % source /opt/intel/openvino_2021/bin/setupvars.sh
[setupvars.sh] ERROR: Can not find OpenVINO Python module for python3.7 by path /Users/python/python3.7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think it has to do with this command, and now the workaround is to set BASE_DIR manually.
BASE_DIR="/opt/intel/openvino_2021"
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
BASE_DIR="$( dirname "$SCRIPT_DIR" )"
BASE_DIR="/opt/intel/openvino_2021"
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think it has to do with this command, and now the workaround is to set BASE_DIR manually.
BASE_DIR="/opt/intel/openvino_2021"
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
BASE_DIR="$( dirname "$SCRIPT_DIR" )"
BASE_DIR="/opt/intel/openvino_2021"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Raymond,
We don't see the issue during the environment setup with OpenVINO 2021.1 even though the directory changed to /opt/intel/openvino_2021, but we glad that you are able to fix it now. Can you share which Python version you are using and how you installed it.
Regards,
Aznie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Raymond,
Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.
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