|
发表于 2020-10-6 21:19:49
|
显示全部楼层
Warning (from warnings module):
File "D:\电脑软件\Python38\lib\site-packages\pyecharts\charts\chart.py", line 14
super().__init__(init_opts=init_opts)
PendingDeprecationWarning: pyecharts 所有图表类型将在 v1.9.0 版本开始强制使用 ChartItem 进行数据项配置 :)
Traceback (most recent call last):
File "E:/Python小程序/查天气.py", line 65, in <module>
app = Weather()
File "E:/Python小程序/查天气.py", line 25, in __init__
r5.append(int(r4[i]))
ValueError: invalid literal for int() with base 10: '中国天气网 2020-10-06 12:47'
这是啥意思
|
|