Not able to import seaborn

I am getting this error while importing seaborn-

ImportError Traceback (most recent call last)
in
----> 1 import seaborn as sns

~\Anaconda3\lib\site-packages\seaborn_init_.py in
12 from .distributions import *
13 from .timeseries import *
—> 14 from .matrix import *
15 from .miscplot import *
16 from .axisgrid import *

~\Anaconda3\lib\site-packages\seaborn\matrix.py in
9 import numpy as np
10 import pandas as pd
—> 11 from scipy.cluster import hierarchy
12
13 from . import cm

~\Anaconda3\lib\site-packages\scipy\cluster_init_.py in
25 all = [‘vq’, ‘hierarchy’]
26
—> 27 from . import vq, hierarchy
28
29 from scipy._lib._testutils import PytestTester

~\Anaconda3\lib\site-packages\scipy\cluster\vq.py in
74 from scipy.spatial.distance import cdist
75
—> 76 from . import _vq
77
78 docformat = ‘restructuredtext’

ImportError: DLL load failed: The specified module could not be found.

This has never happened before . It has happened this time maybe because I tried to install Kera and tensorflow it caused some error.

hey @sanchit123manchanda ,
try re installing the following packages numpy , pandas, matplotlib, seaborn again.

I tried it but was unable to uninstall matplotlib. I did it for rest all and still getting same error.

hey @sanchit123manchanda ,
in this case i would recommend you to uninstall python and re install everything again , there is a single dll file missing , which is unknown to us.

So do I need to uninstall anaconda ?

Yes, you need to do that.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.