The previous week everything was fine and I did experiment tracking. This week when I ran it, that is, when I wrote mlflow ui
in the terminal in the same directory where the project was, it started me giving error. Error:
File "/usr/local/lib/python3.10/dist-packages/pydantic/deprecated/class_validators.py", line 228, in root_validator
raise PydanticUserError(
pydantic.errors.PydanticUserError: If you use `@root_validator` with pre=False (the default) you MUST specify `skip_on_failure=True`. Note that `@root_validator` is deprecated and should be replaced with `@model_validator`
I uninstalled mlflow and re-installed, but still, the issue is there.