当前位置:网站首页>Anaconda's own Spyder editor starts with an error
Anaconda's own Spyder editor starts with an error
2022-06-29 03:59:00 【PythonNotJava】
On trial Anaconda When you bring your own science editor , There are several questions about PyQt Framework issues ( May be Spyder Is based on Pyqt5 Developed , I didn't know the details carefully ).
Let's look at the problem first :
No module named 'PyQt5.QtWebKitWidgets' 'PyQt5.QtWebEngineWidgets'The first is that we can't find PyQt5 A submodule , I checked , Due to the version update , stay PyQt 5.6(+) In the version , newly added QtWebEngineWidgets Instead of QtWebKitWidgets.
According to the error path prompted , find QtWebEngineWidgets.py The number of this document 27 That's ok , Here's the picture :

Here is the 27、28 Two lines of comment ( Delete ) fall , Change to as 30、31 Those two lines , But I don't know if this is right PyQt5 Other aspects of the framework are used to cause failures , It is recommended to note first , To be observed .
Start again after the change Spyder, You will find that an error is reported again :
from PyQt5.QtWebEngineWidgets import *:ImportError: DLL load failed / The specified module was not found , Only the following installation is required :
pip install PyQtWebEngine
There may be Following mistakes (PyQt5 The version is too high to be compatible Spyder), However, the module was successfully installed in the end , and Spyder It can be started normally , No problems have been found during use .

边栏推荐
- How to back up all data on Apple mobile phone in 2 steps (free)
- 我的创作纪念日
- High performance current limiter guava ratelimiter
- sql两列变为多行过滤显示
- [tcapulusdb knowledge base] Introduction to tcapulusdb tcapsvrmgr tool (I)
- Tech Cloud Report: Mixed Office B side: How Safety and Efficiency can be combined?
- PATH 与 LD_LIBRARY_PATH 的用法举例
- New listing of operation light 3.0 -- a sincere work of self subversion across the times
- Preliminary construction of SSM project environment
- An annotation elegant implementation of interface data desensitization
猜你喜欢
随机推荐
PATH 与 LD_LIBRARY_PATH 的用法举例
Idea of importing point cloud map into gazebo
Data collection and management [3]
在命令行登录mysql数据库以及查看版本号
Data statistical analysis (SPSS) [8]
Microsecond TCP timestamp
中小型企业网络的组建
Data collection and management [13]
Web crawler knowledge day04
增额终身寿险下架了吗?现在还有哪些增额终身寿险产品?
基于可变参模板实现的线程池
一个注解优雅的实现 接口数据脱敏
[tcaplusdb knowledge base] view tcapdir directory server
我的创作纪念日
大神们 在富函数的open中从mysql连接池里取连接 连接池初始化是20个 如果富函数的并行度是1
SQL two columns become multi row filter display
mysql动态加表只能加小表,加大表跑着跑着任务就不读数据了,有什么解决办法吗
Devops note-05: what are the roles of Ba, SM, Po, PM, PD, dev, OPS and QA in the IT industry
情绪的变化需要控制
The second meeting of the Second Council of Euler open source community was held, and Xinhua III, hyperfusion and Godson Zhongke became members of the Council


![[tcaplusdb knowledge base] view tcapdir directory server](/img/b6/f3734dfb03ec789525636335457b99.png)






