小编iva*_*ado的帖子

错误:找不到 ipython==7.17.0 的匹配发行版

我向 Heroku 上传了一个 Python 应用程序。在我的requirements.txt文件中有一行,ipython==7.17.0但 Heroku 似乎无法检索它,我不明白为什么会发生这种情况,因为我可以ipython在我的机器上下载该版本。

抛出的完整错误是:

ERROR: Could not find a version that satisfies the requirement ipython==7.17.0 (from -r /tmp/build_76afe907/requirements.txt (line 32)) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5.0.0b3, 5.0.0b4, 5.0.0rc1, 5.0.0, 5.1.0, 5.2.0, 5.2.1, 5.2.2, …
Run Code Online (Sandbox Code Playgroud)

python pip heroku ipython

4
推荐指数
1
解决办法
2322
查看次数

标签 统计

heroku ×1

ipython ×1

pip ×1

python ×1