Intel® Distribution of OpenVINO™ Toolkit
Community support and discussions about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all things computer vision-related on Intel® platforms.
6104 Discussions

Converting TensorFlow to OpenVINO can't work with openvino-dev==2022.1.0

Mostafa-
Employee
329 Views

While trying to run the notebook from GitHub, I got the below error. 

https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/101-tensorflow-to-openvino

 

ModuleNotFoundError: No module named 'tensorflow.python'

 

The error resolved when installing openvino[tensorflow].

pip install openvino-dev[tensorflow2]

 

the question is why it doesn't run when installing openvino-dev==2022.1.0?

pip install openvino-dev

 

Thanks,

Mostafa

0 Kudos
1 Solution
Wan_Intel
Moderator
279 Views

Hi Mostafa-,

Thanks for pointing out the error.

For your information, in the latest commit, we have updated the requirements file.

pip install -r requirements.txt

Collecting openvino-dev[onnx,tensorflow2]==2022.1.0

Downloading openvino_dev-2022.1.0-7019-py3-none-any.whl (5.8 MB)

 

 

Regards,

Wan


View solution in original post

4 Replies
Wan_Intel
Moderator
304 Views

Hi Mostafa,

Thanks for reaching out to us.

May I know which operating system are you using on your end?

For your information, you may refer to the Installation Guide to install the required files for your operating system or environment before starting OpenVINO™ Notebooks.

 

Hope it helps.

 

 

Regards,

Wan


Mostafa-
Employee
298 Views

I am running these notebook on Windows 10.

 

I did install the requirements.txt file and it contains openvino.

 

https://github.com/openvinotoolkit/openvino_notebooks

 

Thanks,

Mostafa

Wan_Intel
Moderator
280 Views

Hi Mostafa-,

Thanks for pointing out the error.

For your information, in the latest commit, we have updated the requirements file.

pip install -r requirements.txt

Collecting openvino-dev[onnx,tensorflow2]==2022.1.0

Downloading openvino_dev-2022.1.0-7019-py3-none-any.whl (5.8 MB)

 

 

Regards,

Wan


Wan_Intel
Moderator
263 Views

Hi Mostafa-,

Thank you for your question.

If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.

 

 

Regards,

Wan


Reply