Installing pip on QNAP

3.3k views Asked by At

It looks like Python 2.7.5+ don't support pip anymore. I'm wondering if there are other ways to get pip working as I can't get it to install anything as each time I try, I get the error saying:

pip: command not found

I can't even install pip anymore. I'm running into applications that tell me to use pip but I can't get pip as a command.

1

There are 1 answers

0
Alireza Far On

Use this to get pip3 . be sure to run the script with python3 and its recommended to use version 21.0.1 cuz its stable and worked on my qnap ts832-px

python3 get-pip.py pip==21.0.1

get file from here: https://github.com/pypa/get-pip