Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IE Python API search inside MO for Windows platform #5862

Conversation

GlebKazantaev
Copy link
Contributor

Description

IE Python API search wasn't working for Windows platform for local build type. This PR includes the fix for MO which specifies necessary paths to python modules and libs for Windows platform.

@GlebKazantaev GlebKazantaev added bug Something isn't working category: MO Model Optimizer labels May 27, 2021
@GlebKazantaev GlebKazantaev requested a review from KodiaqQ May 27, 2021 12:20
@GlebKazantaev GlebKazantaev self-assigned this May 27, 2021
@GlebKazantaev GlebKazantaev requested a review from a team May 27, 2021 12:20
@ilya-lavrenov ilya-lavrenov added this to the 2021.4 milestone May 27, 2021
@GlebKazantaev GlebKazantaev force-pushed the gkazanta/fix_ie_search_on_windows branch from 645abe9 to f68066b Compare May 27, 2021 18:16
@GlebKazantaev GlebKazantaev merged commit 98ac1d0 into openvinotoolkit:master May 28, 2021
"libs": [
os.path.join(script_path, '../../../bin/intel64'),
os.path.join(script_path, '../../../bin/intel64/Release'),
os.path.join(script_path, '../../../inference-engine/temp/tbb/bin'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Local build tbb path should be based on TEMP env variable set in cmake

yekruglov pushed a commit to yekruglov/openvino that referenced this pull request Jun 7, 2021
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working category: MO Model Optimizer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants