Error: “resolvedPylancereportMissingImports” When Importing Notebook_utils on OpenVINO™ Notebooks
Content Type: Error Messages | Article ID: 000089575 | Last Reviewed: 05/20/2022
Follow the steps for your OS in the OpenVINO Notebooks Installation Guide
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3-venv build-essential python3-dev git-all
python3 -m venv openvino_env
source openvino_env/bin/activate
git clone --depth=1 https://github.com/openvinotoolkit/openvino_notebooks.git
cd openvino_notebooks
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m ipykernel install --user --name openvino_env