pip3 是 Python 3 的包管理工具。
在 Ubuntu/Debian 系统中,它的安装包名字是 python3-pip,而不是 pip3。
sudo apt install python3-pip