安装Python包常用的国内镜像源

示例:

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
 pip install scrapy -i http://mirrors.aliyun.com/pypi/simple/ 

镜像源不太稳定时,可以按需切换:
清华:https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学:http://pypi.hustunique.com/simple/
上海交通大学:https://mirror.sjtu.edu.cn/pypi/web/simple/
豆瓣:http://pypi.douban.com/simple

相关推荐

  1. 安装Python常用国内镜像

    2024-04-23 16:04:02       30 阅读
  2. pip安装国内镜像

    2024-04-23 16:04:02       35 阅读
  3. 使用国内镜像安装 Golang

    2024-04-23 16:04:02       59 阅读
  4. python国内镜像记录

    2024-04-23 16:04:02       31 阅读
  5. python使用国内镜像

    2024-04-23 16:04:02       44 阅读
  6. 简单记录个python国内镜像

    2024-04-23 16:04:02       36 阅读
  7. 好用国内镜像

    2024-04-23 16:04:02       21 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-23 16:04:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-23 16:04:02       106 阅读
  3. 在Django里面运行非项目文件

    2024-04-23 16:04:02       87 阅读
  4. Python语言-面向对象

    2024-04-23 16:04:02       96 阅读

热门阅读

  1. 宝塔手动安装grafana

    2024-04-23 16:04:02       29 阅读
  2. Flowable学习笔记一:初识Flowable

    2024-04-23 16:04:02       38 阅读
  3. GetManifestResourceStream用法

    2024-04-23 16:04:02       26 阅读
  4. MySQL数据库——18、事务

    2024-04-23 16:04:02       29 阅读
  5. AtomGit 体验

    2024-04-23 16:04:02       35 阅读
  6. Stable Diffusion 本地部署教程

    2024-04-23 16:04:02       32 阅读
  7. PySide6之QEasingCurve.Type

    2024-04-23 16:04:02       30 阅读
  8. Swift常用的第三方库

    2024-04-23 16:04:02       39 阅读
  9. 工作后的自我介绍

    2024-04-23 16:04:02       29 阅读
  10. ATFX:注册邀请码怎么弄?

    2024-04-23 16:04:02       33 阅读