1. 去官网下载python,并安装,笔者版本3.11.4。【安装完毕后建议重启编译器和控制台,以确保导入了最新的环境变量】
2. 设置镜像,加快pip3的下载速度。
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
3. 安装numpy等
pip3 install numpy pip3 install scipy
翻译
搜索
复制
标签:常用,下载速度,pip3,python,安装,install,numpy From: https://www.cnblogs.com/dongfangchun/p/17593907.html