I received my RAE, connected to RobotHub, and successfully installed the Demo App/ Live Stream. But it failed to initialize to run when started. Below is the log file that show there was no module Robothub_core found. Was this module already installed as part of the RAE image or it needs to be install? Please advise. Thanks.
2023-09-27 04:59:50 UTC Sentry is attempting to send 2 pending events
2023-09-27 04:59:50 UTC Press Ctrl-C to quit
2023-09-27 04:59:50 UTC Waiting up to 2 seconds
2023-09-27 04:59:50 UTC ModuleNotFoundError: No module named 'robothub_core'
2023-09-27 04:59:50 UTC import robothub_core
2023-09-27 04:59:50 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/application.py", line 11, in <module>
2023-09-27 04:59:50 UTC from robothub_oak.application import *
2023-09-27 04:59:50 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/init.py", line 3, in <module>
2023-09-27 04:59:50 UTC try: exec(open("/app/app.py").read())
2023-09-27 04:59:50 UTC File "<string>", line 2, in <module>
2023-09-27 04:59:50 UTC File "/launch.py", line 4, in <module>
2023-09-27 04:59:49 UTC except Exception as err: print(f'Error in App definition: {err}'); raise err;
2023-09-27 04:59:49 UTC File "/launch.py", line 5, in <module>
2023-09-27 04:59:49 UTC Traceback (most recent call last):
2023-09-27 04:59:49 UTC Error in App definition: No module named 'robothub_core'
2023-09-27 04:59:47 UTC [2023-09-27 04:59:47.425] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
2023-09-27 04:59:43 UTC Press Ctrl-C to quit
2023-09-27 04:59:43 UTC Waiting up to 2 seconds
2023-09-27 04:59:43 UTC Sentry is attempting to send 2 pending events
2023-09-27 04:59:43 UTC ModuleNotFoundError: No module named 'robothub_core'
2023-09-27 04:59:43 UTC import robothub_core
2023-09-27 04:59:43 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/application.py", line 11, in <module>
2023-09-27 04:59:43 UTC from robothub_oak.application import *
2023-09-27 04:59:43 UTC File "<string>", line 2, in <module>
2023-09-27 04:59:43 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/init.py", line 3, in <module>
2023-09-27 04:59:43 UTC try: exec(open("/app/app.py").read())
2023-09-27 04:59:43 UTC File "/launch.py", line 4, in <module>
2023-09-27 04:59:43 UTC except Exception as err: print(f'Error in App definition: {err}'); raise err;
2023-09-27 04:59:43 UTC File "/launch.py", line 5, in <module>
2023-09-27 04:59:43 UTC Traceback (most recent call last):
2023-09-27 04:59:43 UTC Error in App definition: No module named 'robothub_core'
2023-09-27 04:59:40 UTC [2023-09-27 04:59:40.894] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
2023-09-27 04:59:37 UTC Press Ctrl-C to quit
2023-09-27 04:59:37 UTC Waiting up to 2 seconds
2023-09-27 04:59:37 UTC Sentry is attempting to send 2 pending events
2023-09-27 04:59:37 UTC ModuleNotFoundError: No module named 'robothub_core'
2023-09-27 04:59:37 UTC import robothub_core
2023-09-27 04:59:37 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/application.py", line 11, in <module>
2023-09-27 04:59:37 UTC from robothub_oak.application import *
2023-09-27 04:59:37 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/init.py", line 3, in <module>
2023-09-27 04:59:36 UTC File "<string>", line 2, in <module>
2023-09-27 04:59:36 UTC try: exec(open("/app/app.py").read())
2023-09-27 04:59:36 UTC File "/launch.py", line 4, in <module>
2023-09-27 04:59:36 UTC except Exception as err: print(f'Error in App definition: {err}'); raise err;
2023-09-27 04:59:36 UTC File "/launch.py", line 5, in <module>
2023-09-27 04:59:36 UTC Traceback (most recent call last):
2023-09-27 04:59:36 UTC Error in App definition: No module named 'robothub_core'
2023-09-27 04:59:34 UTC [2023-09-27 04:59:34.375] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
2023-09-27 04:59:30 UTC Press Ctrl-C to quit
2023-09-27 04:59:30 UTC Waiting up to 2 seconds
2023-09-27 04:59:30 UTC Sentry is attempting to send 2 pending events
2023-09-27 04:59:30 UTC ModuleNotFoundError: No module named 'robothub_core'
2023-09-27 04:59:30 UTC import robothub_core
2023-09-27 04:59:30 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/application.py", line 11, in <module>
2023-09-27 04:59:30 UTC from robothub_oak.application import *
2023-09-27 04:59:30 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/init.py", line 3, in <module>
2023-09-27 04:59:30 UTC File "<string>", line 2, in <module>
2023-09-27 04:59:30 UTC try: exec(open("/app/app.py").read())
2023-09-27 04:59:30 UTC File "/launch.py", line 4, in <module>
2023-09-27 04:59:30 UTC except Exception as err: print(f'Error in App definition: {err}'); raise err;
2023-09-27 04:59:30 UTC File "/launch.py", line 5, in <module>
2023-09-27 04:59:30 UTC Traceback (most recent call last):
2023-09-27 04:59:30 UTC Error in App definition: No module named 'robothub_core'
2023-09-27 04:59:27 UTC [2023-09-27 04:59:27.895] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
2023-09-27 04:59:10 UTC Press Ctrl-C to quit
2023-09-27 04:59:10 UTC Sentry is attempting to send 2 pending events
2023-09-27 04:59:10 UTC Waiting up to 2 seconds
2023-09-27 04:59:10 UTC import robothub_core
2023-09-27 04:59:10 UTC ModuleNotFoundError: No module named 'robothub_core'
2023-09-27 04:59:10 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/application.py", line 11, in <module>
2023-09-27 04:59:10 UTC try: exec(open("/app/app.py").read())
2023-09-27 04:59:10 UTC from robothub_oak.application import *
2023-09-27 04:59:10 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/init.py", line 3, in <module>
2023-09-27 04:59:10 UTC File "<string>", line 2, in <module>
2023-09-27 04:59:10 UTC except Exception as err: print(f'Error in App definition: {err}'); raise err;
2023-09-27 04:59:10 UTC File "/launch.py", line 4, in <module>
2023-09-27 04:59:10 UTC File "/launch.py", line 5, in <module>
2023-09-27 04:59:10 UTC Traceback (most recent call last):
2023-09-27 04:59:10 UTC Error in App definition: No module named 'robothub_core'
2023-09-27 04:59:07 UTC [2023-09-27 04:59:07.831] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
2023-09-27 04:59:04 UTC Press Ctrl-C to quit
2023-09-27 04:59:04 UTC Waiting up to 2 seconds
2023-09-27 04:59:03 UTC Sentry is attempting to send 2 pending events
2023-09-27 04:59:03 UTC ModuleNotFoundError: No module named 'robothub_core'
2023-09-27 04:59:03 UTC import robothub_core
2023-09-27 04:59:03 UTC from robothub_oak.application import *
2023-09-27 04:59:03 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/init.py", line 3, in <module>
2023-09-27 04:59:03 UTC File "/usr/local/lib/python3.10/dist-packages/robothub_oak/application.py", line 11, in <module>
2023-09-27 04:59:03 UTC File "<string>", line 2, in <module>
2023-09-27 04:59:03 UTC try: exec(open("/app/app.py").read())
2023-09-27 04:59:03 UTC File "/launch.py", line 5, in <module>
2023-09-27 04:59:03 UTC File "/launch.py", line 4, in <module>
2023-09-27 04:59:03 UTC except Exception as err: print(f'Error in App definition: {err}'); raise err;
2023-09-27 04:59:03 UTC Traceback (most recent call last):
2023-09-27 04:59:03 UTC Error in App definition: No module named 'robothub_core'
2023-09-27 04:59:01 UTC [2023-09-27 04:59:01.288] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
2023-09-27 04:58:57 UTC Press Ctrl-C to quit
2023-09-27 04:58:57 UTC Waiting up to 2 seconds
2023-09-27 04:58:57 UTC Sentry is attempting to send 2 pending events
2023-09-27 04:58:57 UTC import robothub_core