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

Regarding the phenomenon that occurred at WZA

adachit
Beginner
561 Views

Hello.

I try to use Work Zone Analytics.

The following EIF site that WSL can be used, so I run WZA in a WSL2 environment.

https://www.intel.com/content/www/us/en/docs/edge-insights-fleet/developer-guide/2022-4/set-up-windows-subsystem-for-linux-optional.html

 

An import error occurred with Werkzeug when starting WZA, so I lowered the version of the virtual environment using the following method.

・sudo su

・source /opt/intel/eif/EII-UseCaseManager/.uc_virtual_env/bin/activate

・python3 -m pip install werkzeug==2.3.6

 

After that, I was able to start WZA with the following command.

・cd /opt/intel/eif/EII-UseCaseManager

・make webui 

 

After starting WZA, I accessed "http://127.0.0.1:9090" in the browser, but nothing was displayed as shown in the image below.

browser_screen.png

Please tell me what is the cause.

Labels (1)
0 Kudos
1 Solution
JesusE_Intel
Moderator
521 Views

Hi adachit,

Thanks for reaching out! The instructions you are following are specific to Edge Insights for Fleet. The Work Zone Analytics reference implementation has not been validated on Windows Sub System for Linux. There may be other dependences or steps that need to be taken.

 

I tried it on WSL as well and the Web UI does come up but it is not formatted correctly. However, setting this reference implementation on a bare metal system running Ubuntu 20.04 works correctly. My recommendation is to try this on a bare metal system running Ubuntu 20.04 natively.

WSL:

JesusE_Intel_0-1699395490957.png

 

Native Ubuntu 20.04:

JesusE_Intel_1-1699395534282.png

 

 

 

Regards,

Jesus

 

View solution in original post

0 Kudos
2 Replies
JesusE_Intel
Moderator
522 Views

Hi adachit,

Thanks for reaching out! The instructions you are following are specific to Edge Insights for Fleet. The Work Zone Analytics reference implementation has not been validated on Windows Sub System for Linux. There may be other dependences or steps that need to be taken.

 

I tried it on WSL as well and the Web UI does come up but it is not formatted correctly. However, setting this reference implementation on a bare metal system running Ubuntu 20.04 works correctly. My recommendation is to try this on a bare metal system running Ubuntu 20.04 natively.

WSL:

JesusE_Intel_0-1699395490957.png

 

Native Ubuntu 20.04:

JesusE_Intel_1-1699395534282.png

 

 

 

Regards,

Jesus

 

0 Kudos
JesusE_Intel
Moderator
464 Views

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


0 Kudos
Reply