evidently icon indicating copy to clipboard operation
evidently copied to clipboard

ModuleNotFoundError: No module named 'evidently.dashboard'

Open sumesh1812 opened this issue 1 year ago • 1 comments

I was able to install evidently using pip install. However, when I add from evidently.dashboard import Dashboard from evidently.dashboard.tabs import DataDriftTab, CatTargetDriftTab it is giving me the error in the subject line.

sumesh1812 avatar Dec 06 '23 19:12 sumesh1812

Hi @sumesh1812, the dashboard refers to the old API in Evidently version 0.2.8 and earlier. The latest current Evidently version is 0.4.10.

You must either install an older Evidently version or use a more up-to-date API (recommended). Here is a migration guide if you have some old code you want to upgrade: https://docs.evidentlyai.com/support/migration

If you are new to Evidently, it is best to start with the Get Started tutorial https://docs.evidentlyai.com/get-started/tutorial and refer to the official documentation with latest examples.

elenasamuylova avatar Dec 06 '23 23:12 elenasamuylova