- 下载Python3.9.13并安装
https://www.python.org/ftp/python/3.9.13/
- 升级pip
E:\dev\Python39\python.exe -m pip install --upgrade pip -i https://pypi.mirrors.ustc.edu.cn/simple/
其中 E:\dev\Python39\python.exe 替换为自己的Python安装地址 - 安装相关插件
pip install pandas -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install tushare -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install configparser -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install chardet -i https://pypi.mirrors.ustc.edu.cn/simple/
pip install pymysql -i https://pypi.mirrors.ustc.edu.cn/simple/
pip更换镜像源参考:
https://www.csdn.net/tags/MtTagg4sMjY4OTktYmxvZwO0O0OO0O0O.html
文章评论