- 博客(1)
- 收藏
- 关注
原创 module ‘numbers‘ has no attribute ‘Integral‘
python3.7.3运行matplotlib时报错 前情 学习python,跟着《python编程 从入门到实践》这本书敲代码,安装好matplotlib后,运行书上的示例代码报错。 报错代码 import matplotlib.pyplot as plt squares = [1, 4, 9, 16, 25] plt.plot(squares) plt.show() 错误提示 module 'numbers' has no attribute 'Integral' 报错原因 搜了半天终于搞明白,是
2021-04-15 20:49:41
498
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人