gpt4 book ai didi

python - 如何修复 "-scipy.misc has no attribute "调整大小“”

转载 作者:行者123 更新时间:2023-12-01 23:51:09 24 4
gpt4 key购买 nike

我有一些来 self friend 的代码。他运行得很顺利,但我遇到了

模块 **scipy.misc** 没有属性 *imresize*

我正在搜索,安装了 Pillow (PIL)、scipy、scikit...但不起作用

我问了我的 friend ,但他忘了他安装了什么。

最佳答案

如果您检查the documentation for scipy.misc.imresizescipy 的许多最新版本中,您会在顶部找到以下行:

imresize is deprecated! imresize is deprecated in SciPy 1.0.0, and will be removed in 1.3.0. Use Pillow instead: numpy.array(Image.fromarray(arr).resize()).

昨天发布了 1.3.0 版本,因此如果您今天在系统上下载了 scipy,您可能已经获得了新版本,该版本将无法再访问该功能。我上面引用的文档建议了一个代码片段(使用 numpyPIL),它应该可以作为替代方案。

关于python - 如何修复 "-scipy.misc has no attribute "调整大小“”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56204985/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com