因为 Python 服务器在国外,所以使用 pip 安装第三方模块或者库的时候,下载速度特别慢,常常出现以下报错:python
$ socket.timeout: The read operation timed out
为提高下载速度,可使用国内镜像下载,经常使用的国内镜像有:服务器
豆瓣socket
阿里云阿里云
清华大学code
中国科技大学ip
使用方法为在 pip 命令后加 -i URL 方法,以从阿里云下载 pandas 库为例:get
$ pip install pandas -i https://mirrors.aliyun.com/pypi/simple