Error importing Seaborn module in Python

后端 未结 15 1394
长情又很酷
长情又很酷 2020-12-31 00:24

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         


        
15条回答
  •  -上瘾入骨i
    2020-12-31 01:12

    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.

提交回复
热议问题