解决方法 Anaconda prompt中 卸载 pip uninstall matplotlib pip uninstall jupyter 重装 pip install matplotlib 如果发现提示版本不匹配,则卸掉matplotlib并重装 pip install matplotlib==3.5.1 #举例,我要下载3.5.1版本的matplotlib 根据提示下载对应版本的jupyter pip install jupyter==1.0.0