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

Edge AI Box (ESDQ) installation issue(Unsupported locale encoding)

DannyZhang
Beginner
534 Views

Hi ,

I followed the installation instructions, but I still encountered the following message after repeated attempts.

Installed version : Edge AI Box (v3.1.1)

OS version : ubuntu 22.04 desktop LTS

url : Intel® Edge AI Box

====================================================================================================
Unsupported locale encoding, can't finish installation !
Please follow user guide to update your locale to UTF-8, exit now ...
====================================================================================================
Failed to install bmra_base took 7.72 seconds
Installing bmra_container_base
Failed to install bmra_container_base took 0.00 seconds
Installing bmra_container_base_devel
Failed to install bmra_container_base_devel took 0.00 seconds
Installing bmra_container_opencv_ffmpeg
Failed to install bmra_container_opencv_ffmpeg took 0.00 seconds
Installing bmra_container_dlstreamer
Failed to install bmra_container_dlstreamer took 0.00 seconds
Installing modules/Aibox_Test_Module
Intel Edge AI Box Qualifcation Suit: Building openvino_benchmark_runner container takes about ten minutes
Failed to install Intel Edge AI Box Qualifcation Suit
Failed to install modules/Aibox_Test_Module took 10 minutes 0.20 seconds
Module Path =========> /home/danny/intel_edge_aibox/Intel_Edge_AI_Box_3.1.1/ESDQ
Installing ESDQ
Module Path =========> /home/danny/intel_edge_aibox/Intel_Edge_AI_Box_3.1.1/ESDQ

Installation Started, It may take few minutes Please Wait...
Command =======> ['pip', 'install', '--user', '/home/danny/intel_edge_aibox/Intel_Edge_AI_Box_3.1.1/ESDQ/esdq-11.0.0-py3-none-any.whl']
Command =======> mkdir -p /home/danny/esdq/modules

Successfully installed ESDQ !!
Clean up function
Successfully installed ESDQ took 0.61 seconds
Invalid entry length (0). DMI table is broken! Stop.

Invalid entry length (0). DMI table is broken! Stop.

Installation of package complete
+--------------------------+------------------------------+---------+
| Id | Module | Status |
+--------------------------+------------------------------+---------+
| 65f841063426039f16e0108c | bmra base | FAILED |
| 65f8412a3426039f16e01ef3 | bmra container base | FAILED |
| 65f8414d3426039f16e02d5f | bmra container base devel | FAILED |
| 65f841973426039f16e04a36 | bmra container opencv ffmpeg | FAILED |
| 65f841723426039f16e03bca | bmra container dlstreamer | FAILED |
| 65ee6d445d0d9d06ac167e73 | modules/Aibox Test Module | FAILED |
| 64cb337f89c314c29867e05c | ESDQ | SUCCESS |

+--------------------------+------------------------------+---------+

 

Any suggestions for improvements? Thanks

 

 

Labels (1)
0 Kudos
1 Reply
ito_xactai
Beginner
399 Views

@DannyZhang 

 

Please follow the below steps then it will solve your issue

 

 

sudo apt update
sudo apt upgrade –y
sudo apt-get install locales –y
sudo locale-gen en_US.UTF-8
sudo update-locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8
sudo reboot

 

Thanks

0 Kudos
Reply