gpt4 book ai didi

Python pip 安装失败 : invalid command egg_info

转载 作者:IT老高 更新时间:2023-10-28 12:16:09 25 4
gpt4 key购买 nike

我发现最近在尝试安装 Python 时经常出现这种情况。使用 pip 打包,我收到以下错误。

我在网上找到了一个引用,必须使用下载目录中的“python2 setup.py install”,并且确实发现如果我手动查找并下载包(来自pypi).

但是,我不知道 pip 将包下载到哪里,和/或为什么会以这种方式失败。

我尝试进行 pip 升级,但它也以类似的方式失败,出现一堆“未知分发选项”错误(entry_points、zip_safe、test_suite、tests_require)!

尝试使用 ActiveState 的 pypm 失败,因为它们的库库较小,并且不包含这些包。

C:\test>pip install requests-oauth
Downloading/unpacking requests-oauth
Downloading requests-oauth-0.4.1.tar.gz
Running setup.py egg_info for package requests-oauth
E:\Plang\ActivePython\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
E:\Plang\ActivePython\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help

error: invalid command 'egg_info'
Complete output from command python setup.py egg_info:
E:\Plang\ActivePython\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)

E:\Plang\ActivePython\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)

usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help

error: invalid command 'egg_info'

最佳答案

安装 distribute , egg_info.

应该像pip install Distribute一样简单。

从 0.7 版开始,Distribute 已合并到 Setuptools 中。如果您使用的是 <=0.6 版本,请使用 pip install --upgrade setuptoolseasy_install -U setuptools 进行升级。

关于Python pip 安装失败 : invalid command egg_info,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11425106/

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