spyder seaborn导入模块macbook

时间:2016-05-25 08:54:14

标签: python import module spyder seaborn

我在macbook上使用spyder(python2.7)进行数据分析

import seaborn as sis

但是当我跑步时:

ImportError: No module named seaboard

我使用conda install seaborn和pip2.7安装了seaborn,但仍然在spyder中遇到麻烦。如果在终端中以python2.7 file.py运行它可以正常运行,那么我想我无法在spyder中正确导入seaborn。

PS: 我还尝试将包所在的正确路径添加到python路径管理器中.....

非常感谢

1 个答案:

答案 0 :(得分:0)

Conda安装: http://conda.pydata.org/miniconda.html

conda install seaborn

您应该使用conda进行简单步骤,或者按照本教程进行操作:

https://stanford.edu/~mwaskom/software/seaborn/installing.html