LoginSignup
0
0

More than 3 years have passed since last update.

ubuntuにpyqt5をインストールする

Posted at

ubuntuにpyqt5をインストールする

以下を実行するとよい

$ sudo apt-get install -y python3-pyqt5 python-pyqt5

pip3がない場合は以下実行してインストールする

$ sudo apt-get install -y python3-pip

以下コマンドではないようです

$ sudo pip3 install pyqt5
ERROR: Could not find a version that satisfies the requirement pyqt5 (from versions: none)
ERROR: No matching distribution found for pyqt5

参考

ModuleNotFoundError: No module named 'PyQt5'
No matching distribution found for PyQt5
Ubuntu18.04 LTSにQt5をインストールしよう!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0