sudo apt-get install --reinstall python3-pip# 查看是否正常pip3 -V# 然后进行版本升级pip3 install --upgrade pip# 然后就能安装你所以需要的包pip3 install requests...