当前位置: 首页 > news >正文

python-pip

pip 路径

python 下载后自带pip ,在scripts 下,如 D:\install\python\Scripts

numpy

pip3 install numpy scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple

pandas

D:\install\python\Scripts>pip3 install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting pandasDownloading https://pypi.tuna.tsinghua.edu.cn/packages/ed/30/b97456e7063edac0e5a405128065f0cd2033adfe3716fb2256c186bd41d0/pandas-2.0.3-cp310-cp310-win_amd64.whl (10.7 MB)---------------------------------------- 10.7/10.7 MB 5.3 MB/s eta 0:00:00
Requirement already satisfied: numpy>=1.21.0 in d:\install\python\lib\site-packages (from pandas) (1.25.2)
Collecting tzdata>=2022.1Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d5/fb/a79efcab32b8a1f1ddca7f35109a50e4a80d42ac1c9187ab46522b2407d7/tzdata-2023.3-py2.py3-none-any.whl (341 kB)---------------------------------------- 341.8/341.8 KB 7.1 MB/s eta 0:00:00
Collecting pytz>=2020.1Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7f/99/ad6bd37e748257dd70d6f85d916cafe79c0b0f5e2e95b11f7fbc82bf3110/pytz-2023.3-py2.py3-none-any.whl (502 kB)---------------------------------------- 502.3/502.3 KB 6.3 MB/s eta 0:00:00
Requirement already satisfied: python-dateutil>=2.8.2 in d:\install\python\lib\site-packages (from pandas) (2.8.2)
Requirement already satisfied: six>=1.5 in d:\install\python\lib\site-packages (from python-dateutil>=2.8.2->pandas) (1.16.0)
Installing collected packages: pytz, tzdata, pandas
Successfully installed pandas-2.0.3 pytz-2023.3 tzdata-2023.3
WARNING: You are using pip version 22.0.4; however, version 23.2.1 is available.
You should consider upgrading via the 'D:\install\python\python.exe -m pip install --upgrade pip' command.

openpyxl

openpyxl 官网

D:\install\python\Scripts>pip3 install openpyxl -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting openpyxlDownloading https://pypi.tuna.tsinghua.edu.cn/packages/6a/94/a59521de836ef0da54aaf50da6c4da8fb4072fb3053fa71f052fd9399e7a/openpyxl-3.1.2-py2.py3-none-any.whl (249 kB)---------------------------------------- 250.0/250.0 KB 901.3 kB/s eta 0:00:00
Collecting et-xmlfileDownloading https://pypi.tuna.tsinghua.edu.cn/packages/96/c2/3dd434b0108730014f1b96fd286040dc3bcb70066346f7e01ec2ac95865f/et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Installing collected packages: et-xmlfile, openpyxl
Successfully installed et-xmlfile-1.1.0 openpyxl-3.1.2
WARNING: You are using pip version 22.0.4; however, version 23.2.1 is available.
You should consider upgrading via the 'D:\install\python\python.exe -m pip install --upgrade pip' command.
http://www.lryc.cn/news/116667.html

相关文章:

  • 无涯教程-Perl - getppid函数
  • AUTOSAR规范与ECU软件开发(基础篇)1.2 汽车电子控制系统的基本构成
  • 一个可以通过多个条件筛选的系统界面是如何实现的(springboot+mybatis)
  • WebRTC | 实现数据流的一对一通信
  • 基于MATLAB小波变换的信号突变点检测
  • JUC并发编程(JUC核心类、TimeUnit类、原子操作类、CASAQS)附带相关面试题
  • 个人用C#编写的壁纸管理器 - 开源研究系列文章
  • iTextSharp 生成PDF
  • 基于微信小程序的传染病酒店隔离平台设计与实现(Java+spring boot+MySQL+微信小程序)
  • vue3中用watch监听响应式数据的注意点
  • Jmeter(五) - 从入门到精通 - 创建网络计划实战和创建高级Web测试计划(详解教程)
  • 【单片机】51单片机,TLC2543,驱动程序,读取adc
  • 誉天HCIE-Cloud_Computing3.0课程简介
  • Unity之ShaderGraph 节点介绍 Procedural节点
  • 期权定价模型系列【1】—BSM通用式模型
  • HA3 SQL样本实验:一种混合计算查询的全新样本解决方案
  • Linux(Web与html)
  • SpringBoot 底层机制分析[上]
  • 电源控制--对数与db分贝
  • LeetCode 1749. 任意子数组和的绝对值的最大值(前缀和)
  • python爬虫相关
  • PAT(Advanced Level) Practice(with python)——1023 Have Fun with Numbers
  • springboot vue 初步集成onlyoffice
  • Win10语言设置 - 显示语言和应用语言
  • RxJava的前世【RxJava系列之设计模式】
  • sql 语句 字段字符串操作
  • 【网络工程】网络流量分析工具 Wireshark
  • 数据库总结
  • 虹科方案 | 成都大运会进行时,保障大型活动无线电安全需要…
  • 【C语言】扫雷 小游戏