在python中我们经常会用pip安装一下工具包,有时候会出现网络等问题出现超时等情况,我们可以设置超时参数来防止程序无限的等待等。 pip3 install \ --default-timeout=3600 \