Установите PIP3
sudo apt install python3-pip
Long Locust
sudo apt install python3-pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.9 get-pip.py
## To install Pip, first download get-pip.py from:
https://bootstrap.pypa.io/get-pip.py
## Then run the following command in the command line
## in the folder where the file has been saved.
python get-pip.py
Installation
Step 1 - Update system
$$$ sudo apt-get update
Step 2 - Install pip3
$$$ sudo apt-get -y install python3-pip
Step 3 - Verification
$$$ pip3 --version
sudo apt install python3-pip