Install pip on Kali
Open a terminal and type the following commands to install pip for Python 3.
sudo apt update sudo apt install python3-pip
To see the version of pip and verify it's installed on the system
pip3 -V
https://linuxconfig.org/how-to-install-pip-on-kali-linux