我需要将一些代码(Python2+PyQt4)移植到Python3+PyQt5。
我开始安装pip3
sudo apt-get install python3-pip
效果很好试过了
sudo pip3 install PyQt5
Downloading/unpacking PyQt5
Could not find any downloads that satisfy the requirement PyQt5
Cleaning up...
No distributions at all found for PyQt5
我在网上找到了以下步骤:
http://pyqt.sourceforge.net/Docs/PyQt5/installation.html
但是它们太多了。在Ubuntu 14.04中安装PyQt5沿着Python3最简单的方法是什么?
4条答案
按热度按时间uz75evzq1#
为什么不简单地通过apt-get安装它呢?
否则,您将不得不手动编译PyQt(可能还有Qt),这非常麻烦。
yvfmudvl2#
我在这里记录了用qt设计器安装pyqt 5和代码生成的步骤:https://gist.github.com/ujjwal96/1dcd57542bdaf3c9d1b0dd526ccd44ff
安装
配置为从终端运行
或
在
/usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf
中写入以下内容代码生成
创建uic.py文件。
第一个
创建符号链接:
桌面入门级
保存在~/.local/share/application中,扩展名为.desktop
8xiog9wr3#
krcsximq4#
如何在Python3中安装PyQt5
只是安装它对我来说 * 不 * 工作。我必须先 * 卸载 * 它,然后重新安装它:
我的完整答案请看这里,包括如何为特定版本的Python3安装它,比如Python3.8:How to install PyQt5 in Python3