【发布时间】:2021-05-23 18:19:09
【问题描述】:
当我在 Python 中声明 2 个库时,出现 2 个错误: 将 matplotlib.pylot 导入为 plt 从 scipy 导入杂项
没有名为“matplotlib.pylot”的模块,并且模块“scipy.misc”没有属性“imread”。 请帮我修复它。
【问题讨论】:
-
因为是
matplotlib.pyplot,打错字了。 -
同样
imread在scipy.misc中不存在
标签: python python-3.x numpy matplotlib scipy