有没有办法从requirements.txt最后安装特定的包?

发布于 2025-01-09 05:21:38 字数 441 浏览 0 评论 0原文

根据 似乎无法指定顺序从 requirements.txt 安装软件包。我的情况有点不同,所以我只想确定是否有任何方法可以在 requirements.txt 文件中正确执行此操作。 我的 requirements.txt 中有多个 python 包,我从 pypi 存储库安装它们。只有一个包可以从私人存储库安装它,我可以使用 --extra-index-url 选项来安装它。有没有办法指示 pip 首先使用 --index-url 安装公共包,然后使用 extra-index-url 安装私有包?

According to this seems there is no way to specify an order to install packages from requirements.txt. My scenario is a bit different so I just want to make sure if there is any way to do it right in the requirements.txt file.
I have multiple python packages in my requirements.txt that I install them from pypi repo. There is only one package that install it from a private repo and I'm able to do that using --extra-index-url option. Is there a way to instruct pip to install the public packages first using --index-url and then install the private package using the extra-index-url?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文