简体   繁体   中英

how to install pyqt5 in debian strect

How can I install pyqt5 for python3.5 in debian stretch?

I am getting the following error

user@host:~$ sudo apt-get install python3-pyqt5 
Reading package lists... Done 
Building dependency tree        
Reading state information... Done 
E: Unable to locate package python3-pyqt5
user@host:~$

user@host:~$ python3
Python 3.5.3rc1 (default, Jan  3 2017, 04:40:57) 
[GCC 6.3.0 20161229] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Kindly help.

python3-pyqt5 is a valid package for apt get

you need to update your package repo

try dpkg -l python3-pyqt5 to see if your computer can find the package at all

有一些网络问题一旦解决,也解决了这个问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM