Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
432 Discussions

Errors while installing textile defect classifier reference implementations

AbdulBaseerBuriro
565 Views
  • ERROR: Failed to install : model_optimizer
    Failed command: sudo ./install_prerequisites.sh
    Failed to install Intel_Distribution_of_OpenVINO_toolkit_2021_2_Runtime took 3 minutes 2.82 seconds
  • | 5fc8ac6354e210002a5f5172 | Intel Distribution of OpenVINO toolkit 2021 2 Runtime |  FAILED |
0 Kudos
1 Solution
JesusE_Intel
Moderator
528 Views

Hi AbdulBaseerBuriro,


I was able to reproduce the issue on my system and looking at the log files it seems to be an issue with ONNX. The installation is installing a newer version of ONNX that is not compatible with Ubuntu 18.04 and Python 3.6.9. As a workaround, I installed ONNX 1.10.0 manually and ran installation again. Could you give it a try and let me know if it works for you as well?


pip3 install onnx==1.10.0

./edgesoftware install


Regards,

Jesus


View solution in original post

0 Kudos
2 Replies
JesusE_Intel
Moderator
529 Views

Hi AbdulBaseerBuriro,


I was able to reproduce the issue on my system and looking at the log files it seems to be an issue with ONNX. The installation is installing a newer version of ONNX that is not compatible with Ubuntu 18.04 and Python 3.6.9. As a workaround, I installed ONNX 1.10.0 manually and ran installation again. Could you give it a try and let me know if it works for you as well?


pip3 install onnx==1.10.0

./edgesoftware install


Regards,

Jesus


0 Kudos
JesusE_Intel
Moderator
480 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
Reply