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.
394 Discussions

Edge Insights for AMR documentation not updated, 2021.3 installer not installing all components

Nico_G
Employee
1,146 Views

I'm trying to install the new 2021.3 version of EI for AMR. Unfortunately it does not pull the docker images during install.

 

$ ./edgesoftware list
+--------------------------+-----------------------------+---------+
| ID | Module | Status |
+--------------------------+-----------------------------+---------+
| 605cab935a4b53002c272678 | Docker Community Edition CE | SUCCESS |
+--------------------------+-----------------------------+---------+

$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE

$ ./edgesoftware docker -p amr-ubuntu2004-full-flavour-sdk:2021.3
Pulling Image amr-ubuntu2004-full-flavour-sdk:2021.3
Checking Intel registry for amr-ubuntu2004-full-flavour-sdk:2021.3
Image not available in Intel Registry.
Downloading amr-ubuntu2004-full-flavour-sdk:2021.3 from public registry.
Pulling Image from amr-ubuntu2004-full-flavour-sdk:2021.3
Extracting: 0%| | 0.00/1.00 [00:01<?, ?B/s]
Downloading: 0%| | 0.00/1.00 [00:01<?, ?B/s]
Failed to pull image amr-ubuntu2004-full-flavour-sdk:2021.3
Failed to install amr-ubuntu2004-full-flavour-sdk took 1.52 seconds

 

 

0 Kudos
1 Solution
Sachin_Nigam
Employee
981 Views

This issue is resolved in upcoming Q4 2021 SDK release.

View solution in original post

0 Kudos
4 Replies
Nadia_J_Intel
Moderator
1,132 Views

Hi Nico, 

If you didn't run the install command with sudo, it will fail at the first time during installation. You can avoid this issue by running this $ sudo ./edgesoftware install 

or if you didn't run with sudo, you can just reboot the system, and re-initiate the installation and the docker pull should be good to go. Please make sure the proxy is set properly as well. 

0 Kudos
Nico_G
Employee
1,112 Views

Hi Nadia, 

 

I don't believe that is working. I followed the steps you laid out above, to no avail. The installation doesn't even try to pull the images, and the "edgesoftware docker" command keeps failing with the same error message as listed previously. 

0 Kudos
Nadia_J_Intel
Moderator
1,070 Views

Hi Nico, 

 

You can go to this link for the 2021.3 documentation: https://www.intel.com/content/www/us/en/develop/documentation/edge-insights-amr-2021-3-doc/top/get-started-guide/install-edge-insights-for-amr.html

 

You can see the instruction to build the Docker images starting from point 4 of that page. 

 

However, there is currently an issue when running the first docker build due to the software-properties-common version. 

Nadia_J_Intel_0-1637311109339.png

Need you to edit the Dockerfile of the amr_ubuntu2004_ros2_foxy_sdk_env on line 176

Nadia_J_Intel_1-1637311674601.png

change the software-properties-common version to 0.99.9.* instead of 0.98.9.*. 

After editing, you can then run the commands on point 5. 

 

Thanks. 

0 Kudos
Sachin_Nigam
Employee
982 Views

This issue is resolved in upcoming Q4 2021 SDK release.

0 Kudos
Reply