【问题标题】:ImportError with scipy miscImportError with scipy misc
【发布时间】:2019-03-23 06:50:04
【问题描述】:

当我运行这段代码时:

from scipy.misc import imread, imsave, imresize
first = imread('aa.jpg')
sec = imresize(first, (3000,3000))
imsave('aaa.jpg',sec)

显示错误:

文件“_ufuncs.pyx”,第 1 行,在 init scipy.special._ufuncs ImportError: DLL load failed: 找不到指定的模块。

我该如何解决这个问题????! 请帮忙 注意:我也安装了枕头

【问题讨论】:

    标签: python-3.x dll scipy


    【解决方案1】:

    这通常是 scipy 安装损坏的症状。最好重新安装它,使用你用来阻止它的任何方法。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-08-16
      • 2014-04-12
      • 2011-10-19
      • 1970-01-01
      • 1970-01-01
      • 2021-10-23
      • 2016-08-09
      • 1970-01-01
      相关资源
      最近更新 更多