gpt4 book ai didi

python - pip 无法安装 asyncmongo

转载 作者:行者123 更新时间:2023-12-01 05:26:41 26 4
gpt4 key购买 nike

我是 Python 新手,需要为我的环境安装 asyncmongo 包。但当我执行 pip install asyncmongo 失败并出现以下错误。

C:\git\project>pip install asyncmongo
Downloading/unpacking asyncmongo
Could not find any downloads that satisfy the requirement asyncmongo
Some externally hosted files were ignored (use --allow-external asyncmongo to allow).
Cleaning up...
No distributions at all found for asyncmongo
Storing debug log for failure in C:\Users\Name\pip\pip.log

我做错了什么?

最佳答案

我刚才遇到了同样的问题(猜测您尝试安装的库在 pip 正在使用的存储库上没有发行版)。相反,安装 easy_install 实用程序并执行以下操作:

easy_install asyncmongo

此外,作为旁注,我建议使用 pip/easy_install 附带的 virtualenv 和 virtualenvwrapper。

它们隔离你的 python 安装,基本上就像为你工作的每个项目使用 python 安装,而不是全局共享它。它包括 pip 和 easy_install,这非常有用,因为当我无法使用 pip 找到某些内容或者 pip 安装失败时,我通常可以使用 easy_install

关于python - pip 无法安装 asyncmongo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21206462/

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