I am trying to import seaborn into python (using 2.7) using the following code:
import matplotlib.pyplot as plt import seaborn as sns import pandas as pd imp
I got same issue with Seaborn. I uninstalled python, anaconda and reinstalled anaconda 4.1.1 with python 3.6. After that installed seaboarn again
conda install seaborn
And it worked. If you are still facing issue, I would recommend you doing this.