Edge Software Catalog
Support for issues related to Edge Software Catalog
441 Discussions

Errors while installing textile defect classifier reference implementations

AbdulBaseerBuriro
700 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
663 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
664 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
615 Views

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


0 Kudos
Reply