赞
踩
报错信息:
解决方法: 可能原因是当前安装的matplotlib版本过高,需要降低matplotlib版本,在虚拟环境中执行以下两行命令即可: pip uninstall matplotlib pip install matplotlib==3.5.0