一、第三方库国内镜像
由于 Python 服务器在国外,因此使用 pip 安装第三方模块或者库的时候,下载速度特别慢,经常出现如下报错:
$ socket.timeout: The read operation timed out
使用方法为在 pip 命令后加 -i URL 方法,以从豆瓣下载 pandas 库为例:
$ pip install pandas -i https://pypi.douban.com/simple
1.豆瓣
https://pypi.douban.com/simple
2.阿里云
https://mirrors.aliyun.com/pypi/simple
3.清华大学
https://pypi.tuna.tsinghua.edu.cn/simple
4.中国科技大学
https://pypi.mirrors.ustc.edu.cn/simple
二、安装Python
提示:python不要进行升级,直接安装不同版本的python,通过pytharm等编辑器选择,切换到想要的版本即可
1.国内华为镜像:
https://mirrors.huaweicloud.com/python/
2.官方地址:
https://www.python.org/ftp/python/
3.下载文件
Windows 64位下载 python-3.10.4-amd64.exe
Linux 安装tar包