草庐IT

bdist_egg

全部标签

python - 停止 setup.py 安装为 egg

如何阻止setup.py将软件包安装为egg?或者更好的是,我如何easy_install将软件包安装为egg?sudopythonsetup.pyinstall原因是PyDev对egg格式的包比较挑剔...我现在感兴趣的包是boto.更新:我找到了蛮力的方法:sudoeasy_install-mbotocdpath/to/boto-xyz.eggsudomvboto..sudorm-rfboto-xyz.egg 最佳答案 解决方案1:我觉得我错过了一些微妙或重要的东西(在提出问题多年后遇到此页面并且没有找到令人满意的答案)但是以下

python - 为什么从 git repo 进行 pip 安装时 #egg=foo

当我执行“pipinstall-e...”从gitrepo安装时,我必须指定#egg=somename或pip提示。例如:pipinstall-egit://github.com/hiidef/oauth2app.git#egg=oauth2app这个“蛋”字串有什么意义? 最佳答案 perpipinstall-h"egg"字符串是作为安装的一部分checkout的目录 关于python-为什么从gitrepo进行pip安装时#egg=foo,我们在StackOverflow上找到一个类

php - 如何禁用 PHP 的 "easter egg"URL?

我最近发现了所谓的"eastereggURLs"在PHP中:ThesearethefourQUERYstringsyoucanaddtotheendofaPHPwebpagetoviewa(somewhat)hiddenimageorwebpage:?=PHPE9568F36-D428-11d2-A769-00AA001ACF42Thisoneisthemostinteresting,anddisplaysan"easteregg"imageofeitherarabbitinahouse(SterlingHughes'rabbit,namedCarmella),abrowndogint

python - "pip install unroll": "python setup.py egg_info" failed with error code 1

我是Python新手,一直在尝试使用pip安装一些软件包。但是pipinstallunroll给了我Command"pythonsetup.pyegg_info"failedwitherrorcode1inC:\Users\MARKAN~1\AppData\Local\Temp\pip-build-wa7uco0k\unroll\我该如何解决这个问题? 最佳答案 关于错误代码根据thePythondocumentation:Thismodulemakesavailablestandarderrnosystemsymbols.Thev

python - 为什么 python setup.py 在 Travis CI 上说无效命令 'bdist_wheel'?

我的Python包有一个setup.py,当我像这样配置它时,它可以在UbuntuTrusty和新的VagrantUbuntuTrustyVM上本地构建:sudoapt-getinstallpythonpython-dev--force-yes--assume-yes--fix-brokencurl--silent--show-error--retry5https://bootstrap.pypa.io/get-pip.py|sudopython2.7sudo-Hpipinstallsetuptoolswheelvirtualenv--upgrade但是当我在TravisCITrust

python - 为什么 python setup.py 在 Travis CI 上说无效命令 'bdist_wheel'?

我的Python包有一个setup.py,当我像这样配置它时,它可以在UbuntuTrusty和新的VagrantUbuntuTrustyVM上本地构建:sudoapt-getinstallpythonpython-dev--force-yes--assume-yes--fix-brokencurl--silent--show-error--retry5https://bootstrap.pypa.io/get-pip.py|sudopython2.7sudo-Hpipinstallsetuptoolswheelvirtualenv--upgrade但是当我在TravisCITrust

Python pip 安装失败 : invalid command egg_info

我发现最近在尝试安装Python时经常出现这种情况。使用pip打包,我收到以下错误。我在网上找到了一个引用,必须使用下载目录中的“python2setup.pyinstall”,并且确实发现如果我手动查找并下载包(来自pypi).但是,我不知道pip将包下载到哪里,和/或为什么会以这种方式失败。我尝试进行pip升级,但它也以类似的方式失败,出现一堆“未知分发选项”错误(entry_points、zip_safe、test_suite、tests_require)!pip1.0.1ActivePython2.7尝试使用ActiveState的pypm失败,因为它们的库库较小,并且不包含这

Python pip 安装失败 : invalid command egg_info

我发现最近在尝试安装Python时经常出现这种情况。使用pip打包,我收到以下错误。我在网上找到了一个引用,必须使用下载目录中的“python2setup.pyinstall”,并且确实发现如果我手动查找并下载包(来自pypi).但是,我不知道pip将包下载到哪里,和/或为什么会以这种方式失败。我尝试进行pip升级,但它也以类似的方式失败,出现一堆“未知分发选项”错误(entry_points、zip_safe、test_suite、tests_require)!pip1.0.1ActivePython2.7尝试使用ActiveState的pypm失败,因为它们的库库较小,并且不包含这

解决pip安装pygame提示python setup.py egg_info did not run successfully.│ exit code: 1错误

一、问题描述当使用命令【pipinstallpygame】进行安装时提示【Preparingmetadata(setup.py)...errorerror:subprocess-exited-with-error×pythonsetup.pyegg_infodidnotrunsuccessfully.│exitcode:1╰─>[77linesofoutput]】报错信息如下图所示:

解决pip安装pygame提示python setup.py egg_info did not run successfully.│ exit code: 1错误

一、问题描述当使用命令【pipinstallpygame】进行安装时提示【Preparingmetadata(setup.py)...errorerror:subprocess-exited-with-error×pythonsetup.pyegg_infodidnotrunsuccessfully.│exitcode:1╰─>[77linesofoutput]】报错信息如下图所示: