Skip to content

installation fails in macOS 10.15.7 #38

Answered by helena-intel
l4l0 asked this question in Q&A
Discussion options

You must be logged in to vote

Yikes! Thanks for reporting the issue and attaching the log! In the logs I see "#error architecture not supported" . That is similar to this issue reported on StackOverflow: https://stackoverflow.com/questions/64364310/how-do-i-resolve-error-architecture-not-supported-during-pip-install-psutil The answer there suggests that prepending the pip install command with ARCHFLAGS="-arch x86_64" should work. Could you try that? Instead of pip install openvino-dev you would then do ARCHFLAGS="-arch x86_64" pip install openvino-dev

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@l4l0
Comment options

@l4l0
Comment options

@helena-intel
Comment options

Answer selected by helena-intel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants