Fehler: "resolvedPanzreportMissingImports" (BehobenPanzberichtMissingImports) Beim Import von Notebook_utils auf OpenVINO™ Notebooks
Inhaltstyp: Fehlermeldungen | Artikel-ID: 000089575 | Letzte Überprüfung: 20.05.2022
Befolgen Sie die Schritte für Ihr Betriebssystem in der Installationsanleitung für OpenVINO Notebooks
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
Lesen Sie OpenVINO™ -Installationsanleitung für Notebooks