Process finished with exit code -1066598274 (0xC06D007E)

Process finished with exit code -1066598274 (0xC06D007E)

一、问题描述

在使用matplotlib生成和保存图片时,图片一闪而过且不能正常生成和保存,报Process finished with exit code -1066598274 (0xC06D007E)直接退出。

二、原因分析

开始以为是matplotlib库的backend的问题,参考网上的方法使用matplotlib.use(‘TkAgg’)但是仍然没有解决。后来经过搜索Process finished with exit code -1066598274 (0xC06D007E)参照博文才发现是matplotlib和numpy版本冲突的问题。

三、解决方法

1、全部卸载

pip uninstall matplotlib
pip uninstall numpy

2、查看是否卸载干净

pip list

发现列表中还存在matplotlib-inline和numpy以及对应dist-info文件(链接文件,用来导入包)。
3、进入anaconda/lib/site-packages删除掉上述文件。
4、重新pip install matplotlib,此时会附带安装不冲突的numpy版本。
然后matplotlib库可以正常使用。

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值