PROBLEM IN RUNNING THE SIMPLE_APP.IPYNB #472
navika2025
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@MMelQin
(env) C:\Users\Dell\Downloads\simple_imaging_app\simple>python app.py
Traceback (most recent call last):
File "C:\Users\Dell\Downloads\simple_imaging_app\simple\app.py", line 4, in
from gaussian_operator import GaussianOperator
File "C:\Users\Dell\Downloads\simple_imaging_app\simple\gaussian_operator.py", line 5, in
from monai.deploy.core import ConditionType, Fragment, Operator, OperatorSpec
ImportError: cannot import name 'ConditionType' from 'monai.deploy.core' (C:\Users\Dell\Downloads\simple_imaging_app\env\Lib\site-packages\monai\deploy\core_init_.py)
Beta Was this translation helpful? Give feedback.
All reactions