Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

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

ESDQ for Edge AI Box installation issue

AmandaLee
New Contributor I
478 Views

Dear Expert,

 

According to the guide, I am trying to setup and execute the "ESDQ for AIbox" version 3.1.1/3.1 on Ubuntu 22.04. But "modules/Aibox Test Module" installation failure happened.

Screenshot from 2024-05-08 18-04-28.png

...

Screenshot from 2024-05-08 17-50-36.png

Please share any suggestions to resolve this.

 

Thanks & Regards,

Amanda

 

Labels (1)
0 Kudos
1 Solution
SShan_Intel
Moderator
356 Views

Hi Amanda,

 

We are aware of this issue and you can use this as workaround:

 

  1. Got to Intel_Edge_AI_Box_3.1.1/modules/Aibox_Test_Module/src/openvino_benchmark, change Dockerfile line#41
    from
    RUN pip3 install -r /tmp/yolov5-7.0/requirements.txt && pip3 install ipython==8.22.2
    to
    RUN pip3 install ipython==8.22.2 && pip3 install -r /tmp/yolov5-7.0/requirements.txt
  2. Run `./edgesoftware install` to install again.

We will soon update the documentation on this workaround. Let us know if this resolve the issue.

 

Regards,

SShan_Intel

View solution in original post

0 Kudos
7 Replies
Iffa_Intel
Moderator
434 Views

Hi,

 

It seems that your issue is related to Docker.


Try running your Docker as non-sudo user and run these commands:

  • sudo apt update
  • sudo apt upgrade
  • sudo reboot



Then, try installing the package again.


Cordially,

Iffa


0 Kudos
AmandaLee
New Contributor I
384 Views

Hi Iffa,

 

Thanks for your reply. However, I just followed the ESDQ guide and did not run Docker manually.

I tried to reinstall ubuntu 22.04, and re-downloaded and executed "./edgesoftware install" according to the guide. The "Aibox Test Module" still can't be installed successfully.

Screenshot from 2024-05-13 17-57-54.png

Regards,

Amanda

0 Kudos
SShan_Intel
Moderator
357 Views

Hi Amanda,

 

We are aware of this issue and you can use this as workaround:

 

  1. Got to Intel_Edge_AI_Box_3.1.1/modules/Aibox_Test_Module/src/openvino_benchmark, change Dockerfile line#41
    from
    RUN pip3 install -r /tmp/yolov5-7.0/requirements.txt && pip3 install ipython==8.22.2
    to
    RUN pip3 install ipython==8.22.2 && pip3 install -r /tmp/yolov5-7.0/requirements.txt
  2. Run `./edgesoftware install` to install again.

We will soon update the documentation on this workaround. Let us know if this resolve the issue.

 

Regards,

SShan_Intel

0 Kudos
AmandaLee
New Contributor I
348 Views

Hi SShan_Intel,

 

After modifying the Dockerfile, the error still occurs.

Screenshot from 2024-05-14 13-25-09.png

According to the error message, I checked the docker images generated during the installation process and found that there was no 3.1.1 images required for compilation.

Screenshot from 2024-05-14 14-30-28.png

 

So, I tagged aibox-base, aibox-base-devel..etc, to 3.1.1.

It can be solved. Thank you.

 

Regards,

Amanda

0 Kudos
Iffa_Intel
Moderator
293 Views

Hi,


Just to clarify, did you manage to solve the issue? and do you have any further inquiries?.

If not shall we proceed to close this thread?



Cordially,

Iffa


0 Kudos
AmandaLee
New Contributor I
280 Views

Hi Iffa,

 

This problem has been solved, thank you.

 

Regards,

Amanda

0 Kudos
Iffa_Intel
Moderator
175 Views

Hi,

 

Intel will no longer monitor this thread since this issue has been resolved. If you need any additional information from Intel, please submit a new question. 

 

 

Cordially,

Iffa

 

0 Kudos
Reply