gpt4 book ai didi

python - Pipenv 卡住 "⠋ Locking..."

转载 作者:太空宇宙 更新时间:2023-11-03 15:33:27 24 4
gpt4 key购买 nike

为什么我的 pipenv 在安装 [numpy|opencv|pandas] 时卡在“正在锁定...”阶段?

当运行 pipenv install pandaspipenv update 时,它会挂起很长时间,并显示一条消息和加载屏幕,表明它仍在锁定。为什么?我需要做什么?

最佳答案

正在安装您的包并正在构建您的轮子

也许更好的术语来描述这种状态是“构建和锁定...”或类似的东西。

如果您正在安装 numpy、opencv、pandas 或其他大型软件包,这种情况尤其有可能发生。

后台发生的事情是 pipenv 正在下载您的包并且可能正在构建轮子。

在这种情况下,补救措施通常是保持耐心。

什么是锁定?

要了解有关 pipenv 上下文中“锁定”的更多信息,您可以在此处阅读更多内容:https://pipenv.kennethreitz.org/en/latest/basics/#pipenv-lock

$ pipenv lock is used to create a Pipfile.lock, which declares all dependencies (and sub-dependencies) of your project, their latest available versions, and the current hashes for the downloaded files. This ensures repeatable, and most importantly deterministic, builds.

但是,有时它只是一个缓慢/大的安装,而是您的 Pipfile[.lock] 的问题.如果您相当确定这是问题所在,请尝试 pipenv lock --clear并重新运行你的 pipenv install命令,同时检查 this thread获取更多信息。

关于python - Pipenv 卡住 "⠋ Locking...",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56440090/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com