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

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

Open
MCVifpen opened this issue Jul 26, 2021 · 1 comment

Comments

@MCVifpen
Copy link

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

@AK6263
Copy link

AK6263 commented Aug 21, 2022

I solved it by installing an older version of python (python==3.6.12) and seaborn (seaborn==0.9). Use the following command to download a previous version
pip install seaborn==0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants