Closed
Description
Hi
while trying to run any app from examples, I get the error:
File "/path/to/my/app/.venv/lib/python3.12/site-packages/monai/deploy/core/init.py", line 32, in
from holoscan.core import *
AttributeError: module 'holoscan.core' has no attribute 'MultiMessageConditionInfo'
OS/Platform: Ubuntu 24
Python Version: 3.12
Method of MONAI Deploy App SDK install: pip
SDK Version: 2.0.0
holoscan version: 2.8.0
Commenting out "MultiMessageConditionInfo" in
.venv/lib/python3.12/site-packages/holoscan/core/init.py" on the line 162 helped to continue, but I think it would be better to solve it in a clean way.
Thanks