Change8
Error2 reports

Fix ModuleNotFoundError

in MLflow

Solution

This error generally arises when an MLflow flavor (like 'tensorflow' requiring 'torch') has optional dependencies not installed in your environment. To fix it, identify the missing module from the error name and install it using pip, e.g., `pip install torch` for the example given.

Timeline

First reported:Dec 10, 2025
Last reported:Jul 31, 2026

Need More Help?

View the full changelog and migration guides for MLflow

View MLflow Changelog