当前位置:网站首页>Pychart cannot run designer Exe (this application failed to start because no Qt platform plugin could be I appears)
Pychart cannot run designer Exe (this application failed to start because no Qt platform plugin could be I appears)
2022-06-26 06:13:00 【An Muxi】
solve This application failed to start because no Qt platform plugin could be initialized The problem of
stay Pycharm Run in designer.exe Generated UI When you file , The following errors will occur :
- step 1:
Check the configuration environment , take plugins Configure to the system environment ;
Find... In your interpreter Pyside2( That is, you run designer Under the directory of ), My interpreter is Anaconda, stay designer Found in the same level directory plugins, So my plugins Path is :D:\anaconda\Lib\site-packages\PySide2\plugins
To My computer Open advanced system settings in , Configure environment variables :
Variable name :QT_QPA_PLATFORM_PLUGIN_PATH
A variable's value :D:\anaconda\Lib\site-packages\PySide2\plugins
- step 2:
In your cmd Enter... In turn
pip3 install sip
pip3 install pyqt5
pip3 install pyqt5-tools
- step 3:
Reopen Pycharm, And it's going to work .
边栏推荐
- Selective Search for Object Recognition 论文笔记【图片目标分割】
- numpy. tile()
- MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
- 如何设计好的技术方案
- How to associate wechat applet QR code to realize two code aggregation
- Spark source code analysis (I): RDD collection data - partition data allocation
- Tortoise and rabbit race example
- Getting to know concurrency problems
- Message queue - message transaction management comparison
- Playing RTSP streaming video on Web pages (webrtc)
猜你喜欢
随机推荐
Thread status and stop
Easy to understand from the IDE, and then talk about the applet IDE
tf.nn.top_k()
Detailed explanation of serial port communication principle 232, 422, 485
Playing RTSP streaming video on Web pages (webrtc)
电商借助小程序技术发力寻找增长突破口
Basic construction of SSM framework
解决在win10下cmder无法使用find命令
423- binary tree (110. balanced binary tree, 257. all paths of binary tree, 100. same tree, 404. sum of left leaves)
低代码实时数仓构建系统的设计与实践
Tencent WXG internship experience (has offered), I hope it will help you!
Machine learning 05: nonlinear support vector machines
MEF framework learning record
在web页面播放rtsp流视频(webrtc)
Overloading and overriding
The interviewer with ByteDance threw me an interview question and said that if I could answer it, other companies would have an 80% chance of passing the technical level
【Spark】Spark SQL 字段血缘如何实现
Logstash——使用throttle过滤器向钉钉发送预警消息
421- binary tree (226. reversed binary tree, 101. symmetric binary tree, 104. maximum depth of binary tree, 222. number of nodes of complete binary tree)
Work accumulation - problems encountered in using ThreadLocal in web requests









