This application failed to start because it could not find or load the Qt platform plugin “windows“

文章描述了用户在运行使用matplotlib的程序时遇到的启动问题,原因在于找不到windowsQtplatformplugin。提供了两种解决方案:一是通过conda管理器进行Qt和PyQt的重新安装;二是临时修改matplotlib设置为使用GTK或TKAgg后部加载Qt。
摘要由CSDN通过智能技术生成

当我尝试运行一个使用 matplotlib 的简单程序时,出现

This application failed to start because it could not find or load the Qt platform plugin "windows"
in "".

Reinstalling the application may fix this problem.报错

解决办法一:

conda remove qt
conda remove pyqt 
conda install qt 
conda install pyqt

 解决办法二:

import matplotlib
matplotlib.use('TKAgg')
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值