Skip to content

ImportError: cannot import name '_scipy_univariate_kde' from 'seaborn.distributions' #125

@MCVifpen

Description

@MCVifpen

Hello,

I get the following error when trying to import msmexplorer
ImportError: cannot import name '_scipy_univariate_kde' from 'seaborn.distributions'

I reinstalled seaborn with pip, pip3 and conda install. None of these seem to work.

I'm using python 3.8 in a conda environment on linux.

Please, could you help me ?

Thank you,
Manuel

PS.: I got a similar error with joblib but found a workaround with

import sys,joblib
sys.modules['sklearn.externals.joblib'] = joblib

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions