python 查看某个第三方包的依赖包和被依赖包以及指定pip源安装

在某些情况下,我们需要查看第三方包的依赖包和被依赖包:
  1. pip show pkg_name 命令输出的 RequiresRequired-by

     (archiver_venv)[root@HC-25-28-38 archiver_all]# pip show celery
     DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
     Name: celery
     Version: 4.2.1
     Summary: Distributed Task Queue.
     Home-page: http://celeryproject.org
     Author: Ask Solem
     Author-email: ask@celeryproject.org
     License: BSD
     Location: /export/servers/archiver_all/archiver_venv/lib/python2.7/site-packages/celery-4.2.1-py2.7.egg
     Requires: pytz, billiard, kombu
     Required-by: django-celery-beat, django-celery-results, flower
     (archiver_venv)[root@HC-25-28-38 archiver_all]# 
    
  2. pipdeptree -p pkg_name 能显示所有的依赖包及其子包,推荐用这个

指定 pip 源安装包:

pip3 install -r requirements.txt -i https://pypi.douban.com/simple

  • 7
    点赞
  • 15
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值