Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: pydantic package missing #1543

Closed
2 tasks done
pdmack opened this issue Mar 4, 2024 · 1 comment
Closed
2 tasks done

[BUG]: pydantic package missing #1543

pdmack opened this issue Mar 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pdmack
Copy link
Contributor

pdmack commented Mar 4, 2024

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.

  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
@pdmack pdmack added the bug Something isn't working label Mar 4, 2024
@pdmack
Copy link
Contributor Author

pdmack commented Mar 4, 2024

ooops
fixed by #1535

@pdmack pdmack closed this as completed Mar 4, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Morpheus Boards Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant