我想安装eric6-6.0.6。
python3 install.py
是:
Checking dependencies
Python Version: 3.4.0
Found PyQt5
Found QScintilla2
Found QtGui
Found QtNetwork
Found QtPrintSupport
Found QtSql
Sorry, please install QtSvg.
Error: No module named 'PyQt5.QtSvg'
Sorry, please install QtWebKit.
Error: No module named 'PyQt5.QtWebKit'
Sorry, please install QtWebKitWidgets.
Error: No module named 'PyQt5.QtWebKitWidgets'
Found QtWidgets
但是如何安装缺失的呢?我用谷歌搜索了很多次,但都找不到正确的答案。
有人能帮我个忙吗?
非常感谢!
发布于 2015-06-09 14:21:55
您可以使用以下命令安装这些包
sudo apt-get install <package>
我现在还没有安装ubuntu发行版,所以我不能为你验证,但我认为你不需要安装第三个包。
包:
对于python-3.x:
https://stackoverflow.com/questions/30734287
复制相似问题