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.