我正在使用macbook上的spyder (python2.7)进行数据分析
import seaborn as sis
但当我跑的时候
ImportError: No module named seaboard
我使用conda安装海运和pip2.7安装了海运,但在spyder中仍然有问题。如果以python2.7 file.py
的形式在终端中运行,那么我想我无法在spyder中正确地导入海运。
PS:,我也尝试过将正确的路径添加到python管理器中。
非常感谢
发布于 2016-05-25 09:05:43
Conda安装:http://conda.pydata.org/miniconda.html
conda install seaborn
您应该使用conda轻松一步,或者遵循本教程:
https://stanford.edu/~mwaskom/software/seaborn/installing.html
https://stackoverflow.com/questions/37432198
复制相似问题