在window10 64bit上将seaborn导入python3.6时出错

时间:2017-09-17 22:16:32

标签: python numpy matplotlib scipy seaborn

我试图在window10 64bit上将seaborn导入到python3.6但是出错了。我已经检查确认安装了seaborn和其他依赖包,它们是,但我仍然无法将seaborn导入iPython。我一直收到以下错误:

Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import seaborn as sns
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\Emee\AppData\Local\Programs\Python\Python36\lib\site-packages\seaborn\__init__.py", line 6, in <module>
    from .rcmod import *
  File "C:\Users\Emee\AppData\Local\Programs\Python\Python36\lib\site-packages\seaborn\rcmod.py", line 8, in <module>
    from . import palettes, _orig_rc_params
  File "C:\Users\Emee\AppData\Local\Programs\Python\Python36\lib\site-packages\seaborn\palettes.py", line 12, in <module>
    from .utils import desaturate, set_hls_values, get_color_cycle
  File "C:\Users\Emee\AppData\Local\Programs\Python\Python36\lib\site-packages\seaborn\utils.py", line 7, in <module>
    from scipy import stats
  File "C:\Users\Emee\AppData\Local\Programs\Python\Python36\lib\site-packages\scipy\stats\__init__.py", line 348, in <module>
    from .stats import *
  File "C:\Users\Emee\AppData\Local\Programs\Python\Python36\lib\site-packages\scipy\stats\stats.py", line 175, in <module>
    import scipy.special as special
  File "C:\Users\Emee\AppData\Local\Programs\Python\Python36\lib\site-packages\scipy\special\__init__.py", line 640, in <module>
    from ._ufuncs import *
ImportError: DLL load failed: The specified module could not be found.
>>>

有人可以帮我这个!我试过在线检查,但是注意到了......谢谢

0 个答案:

没有答案