Nayeem Md. Quayum
Nayeem Md. Quayum

Reputation: 1

why getting ModuleNotFoundError: No module named 'deepchecks.tabular' even thouh deepchecks is installed?

While trying to install the deepchecks framework for testing my ML project using pip install deepchecks --upgrade I got following error.

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

However, when I tried installing deepchecks using conda conda install -c conda-forge deepchecks it worked like a charm.

Now, even though deepchecks is installed, certain submodules are not getting imported. from deepchecks.suites import single_dataset_integrity works without any complain. However, from deepchecks.tabular.suites import data_integrity throws error like ModuleNotFoundError: No module named 'deepchecks.tabular'

Upvotes: 0

Views: 113

Answers (0)

Related Questions