Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'seaborn' when importing the "cohort" module #51

Closed
mrfmendonca opened this issue Feb 10, 2023 · 1 comment
Closed

No module named 'seaborn' when importing the "cohort" module #51

mrfmendonca opened this issue Feb 10, 2023 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@mrfmendonca
Copy link
Collaborator

After installing the package using pip install raimitigations, when I import any class from the cohort module, I get the following error:

> from .utils import fetch_cohort_results, plot_value_counts_cohort
> import seaborn as sns
No module named 'seaborn'

The error doesn't occur if I install the library using pip install raimitigations[all].

To fix, add seaborn to the base set of dependencies, not only to the [all] dependency group.

@mrfmendonca mrfmendonca added the dependencies Pull requests that update a dependency file label Feb 10, 2023
@marah-abdin
Copy link
Member

Addressed and resolved in release v1.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants