这个bug会在最新版的matplotlib上出现,因为 “3.10” < "3.3“ 返回值为True,把matplotlib降一下版本就行 This bug will appear on the latest version of matplotlib, because "3.10"<"3.3" returns True, just downgrade matplotlib to a lower version