Answer the question
In order to leave comments, you need to log in
How to set up pip?
When installing packages, they are installed in
Requirement already satisfied: dnspython in /usr/local/lib/python3.8/dist-packages (2.1.0)
Answer the question
In order to leave comments, you need to log in
You want to install packages for Python 2, but you use pip for Python 3. If the python2-pip package (may be called differently) is available on your system, then install the packages like this:
pip2 install имя_пакета
If pip2 is not there, then you can install it like this:
python2.7 get-pip.py
Download get-pip .py from here: https://pip.pypa.io/en/latest/installation/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question