Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简短的问题
将包添加到 PyPi 和通过 pip 获得包之间是否存在延迟?
背景
我最近将一个包推送到 PyPi。据我所知,这一步没有错误(注册成功),但我不能使用 pip 安装包。
这篇博文描述了您可能面临的问题。你可能有同样的问题,忘记上传你的包,但只注册了它,因为你链接的包没有文件可以下载。
解决方案(取自上面链接的博客文章)是使用命令
python setup.py sdist upload