I
I
Ilya Muntyan2020-02-02 18:16:05
Python
Ilya Muntyan, 2020-02-02 18:16:05

The pip library does not install the package I need, what should I do?

I downloaded the pip library, then tried to install py side but nothing happened ((
Please help because I don’t know English and I don’t understand this at all (
Here is the screen5e36e7ad71281087228175.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Karbivnichy, 2020-02-02
@BETS_05

Installing PyQt4sudo apt-get install python3-pyqt4

V
Valdemar Smorman, 2020-02-02
@smorman

I answered this with a solution but I would like to install via pip

Well, just install via sudo , who's stopping you?! or depending on the Python you want to use. Sometimes you can do this: or In your case, you can do this: or pyqt4 at the end... Here is How to Install PyQt5 in Ubuntu 18.04 19.04 in English vidos how to do it...
sudo pip install ...........
sudo pip3 install ..........
sudo -H pip install ...........
sudo -H pip3 install ...........
sudo -H python3 -m pip install pyqt5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question