To be able to use DVC, it must be installed correctly. If you’re seeing this as part of anmllintreport, then it means that mllint was unable to find ‘dvc’ on your PATH. This could either indicate that DVC is not installed in your project, or it is not included on your path.

See DVC’s installation instructions to learn more about installing DVC, or simply add it to your project as a Pip package, e.g. using poetry add --dev dvc