【问题标题】:How can I install pip requirements?如何安装 pip 要求?
【发布时间】:2016-10-05 12:34:43
【问题描述】:

我正在使用安装一个需求包列表

pip install -r requirements.txt

但我收到了错误

 Using cached alabaster-0.7.8-py2.py3-none-any.whl
 Collecting anaconda-client==1.4.0 (from -r requirements.txt (line 2))
 Could not find a version that satisfies 
 the requirement anaconda-client==1.4.0 (from -r requirements.txt 
 (line 2)) (from versions: 1.1.1, 1.2.2)
 No matching distribution found for anaconda-client==1.4.0 
 (from -r requirements.txt (line 2))

这个错误是什么意思,我该如何解决?

【问题讨论】:

  • 你的 requirements.txt 是什么样子的?
  • 您要求安装 pypi 上不存在的软件包版本。

标签: python pip anaconda


【解决方案1】:

Pip 主要用于安装服务器上可用文件的最新版本 Pip 安装文件名 也许您正在安装的文件直到现在还没有在服务器上

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-01-11
    • 1970-01-01
    • 2013-11-21
    • 2019-08-31
    • 1970-01-01
    • 2019-06-21
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多