You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Morpheus CLI fails to run due to pydantic not being installed by conda/pip. Currently required by module_utils.
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/stages/preprocess/deserialize_stage.py", line 28, in <module>
from morpheus.modules.preprocess.deserialize import DeserializeLoaderFactory
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/modules/__init__.py", line 20, in <module>
from morpheus.modules import file_batcher
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/modules/file_batcher.py", line 32, in <module>
from morpheus.utils.module_utils import merge_dictionaries
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/utils/module_utils.py", line 25, in <module>
from pydantic import BaseModel
ModuleNotFoundError: No module named 'pydantic'
Minimum reproducible example
morpheus run pipeline-ae
Relevant log output
Click here to see error details
[Paste the error here, it will be hidden by default]
Full env printout
Click here to see environment details
[Paste the results of print_env.sh here, it will be hidden by default]
Other/Misc.
No response
Code of Conduct
I agree to follow Morpheus' Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Version
24.03
Which installation method(s) does this occur on?
Docker, Conda, Source
Describe the bug.
Morpheus CLI fails to run due to pydantic not being installed by conda/pip. Currently required by module_utils.
Minimum reproducible example
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: