当前位置:网站首页>【无标题】
【无标题】
2022-08-04 13:16:00 【Alaso_soso】
装载自: https://blog.csdn.net/luoluo3664/article/details/114843070
国内部分镜像
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
下载pip
python -m ensurepip
更新pip方法1
python -m pip install --upgrade pip
更新pip方法2 :使用清华大学镜像
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
下载numpy库(使用镜像下载快)
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple numpy
下载matplotlib(使用镜像下载快)
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple matplotlib
安装其它包也可用
pip install -i [镜像源链接] --upgrade packagename
查看当前scipy包的版本:
import scipy as sp
print("Scipy version:{}".format(sp.__version__))
使用镜像下载特定版本,如1.2.1的scipy的操作:
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple scipy==1.2.1
使用镜像下载cv2:
pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple opencv-pytho
边栏推荐
猜你喜欢
[Niu Ke brush questions-SQL big factory interview questions] NO5. Analysis of a treasure store (e-commerce model)
干掉visio,这个画图神器真的绝了
智能电视可以打开小程序应用,再也不用头痛内存了
nVisual secondary development - Chapter 2 nVisual API operation guide Swagger use
How to stress the MySQL performance indicators TPS\QPS\IOPS?
Ceres库运行,模板内报内存冲突问题。(已解决)
企业应当实施的5个云安全管理策略
Week 7 Latent Variable Models and Expectation Maximization
Why is Luo Zhenyu's A-share dream so difficult to fulfill?
MFC的相机双目标定界面设计
随机推荐
HDU1580 输出先手能取的方案数
c#之winform(软件开发)
AutoCAD DWG,DXF文件导出高清图片、PDF
LeetCode_299_猜数字游戏
【牛客刷题-SQL大厂面试真题】NO5.某宝店铺分析(电商模式)
【Game Of AutoTest】1、再度启程,重识游戏自动化测试
oracle sql中根据条件判断是否插入数据
nVisual secondary development - Chapter 2 nVisual API operation guide Swagger use
[UML] Summary of Information System Analysis and Design Knowledge Points
Oracle 19c 单实例 19.3.0 升级到19.11.0 详细教程
干掉visio,这个画图神器真的绝了
判断密码是否包含键盘连续字母
密码设置十准则
router---Programmatic navigation
使用COLMAP初步三维重建
PMP每日一练 | 考试不迷路-8.4(包含敏捷+多选)
router---Route guard
PAT甲级:1040 Longest Symmetric String
工具函数---字符串处理
router---编程式导航