【问题标题】:Can't publish my Python packe to PyPi - Bad Gateway无法将我的 Python 包发布到 PyPi - 网关错误
【发布时间】:2021-03-01 20:31:22
【问题描述】:

我目前正在尝试在 PyPi 上发布 Python 包。我已经构建了包和命令 twine check dist/* 也运行成功了。 现在,当我尝试通过 Twine 上传时,我收到 502 Bad Gateway Error:

Received "502: Bad Gateway" Package upload appears to have failed.  Retry 5 of 5
Content received from server:
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.13.9</center>
</body>
</html>

HTTPError: 502 Bad Gateway from https://upload.pypi.org/legacy/
Bad Gateway

有什么想法吗?

【问题讨论】:

  • 等一下,再试一次

标签: python pypi bad-gateway


【解决方案1】:

PyPI 出现了短暂的中断,现在应该回来了:https://github.com/pypa/warehouse/issues/9151

【讨论】:

    猜你喜欢
    • 2018-07-15
    • 2023-03-09
    • 2021-08-14
    • 1970-01-01
    • 2020-05-05
    • 2020-12-14
    • 2022-10-04
    • 2012-03-02
    • 2019-12-12
    相关资源
    最近更新 更多