Ubuntu 22.04 and OpenVINO Notebooks #588
raymondlo84
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hi @raymondlo84 Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ubuntu 22.04 comes with Python 3.10 by default. The easiest workaround to OpenVINO installed properly on 22.04 today is to add Python 3.9.
https://linuxhint.com/install-python-ubuntu-22-04/
It would be a simple few steps and as long as you start your virtual environment from python3.9, you should be set!
That's all ;)
Beta Was this translation helpful? Give feedback.
All reactions