Bug 1086914
| Summary: | [abrt] python-setuptools: pkg_resources.py:2317:requires:UnknownExtra: ipython 0.13.2 has no such extra feature 'all' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dante <dandreadante> | ||||||
| Component: | python-setuptools | Assignee: | Toshio Ernie Kuratomi <a.badger> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | a.badger, lmacken, mstuchli | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/908c9a8ea9bdcca3bd31a404298ed5ac9cb8a4de | ||||||||
| Whiteboard: | abrt_hash:729a6421b627d01a001f848f725a9267f0560117 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-05-05 21:48:19 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 885535 [details]
File: backtrace
Created attachment 885536 [details]
File: environ
This would appear to be a bug in specifying [all] at the commandline but the ipython package does not have that. If you don't specify [all] it will likely work. |
Version-Release number of selected component: python-setuptools-0.6.49-1.fc19 Additional info: reporter: libreport-2.2.0 cmdline: /usr/bin/python /bin/easy_install ipython[all] dso_list: python-libs-2.7.5-9.fc19.i686 executable: /bin/easy_install kernel: 3.13.9-100.fc19.i686 runlevel: N 5 type: Python uid: 0 Truncated backtrace: pkg_resources.py:2317:requires:UnknownExtra: ipython 0.13.2 has no such extra feature 'all' Traceback (most recent call last): File "/bin/easy_install", line 9, in <module> load_entry_point('distribute==0.6.49', 'console_scripts', 'easy_install')() File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1973, in main with_ei_usage(lambda: File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1954, in with_ei_usage return f() File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1977, in <lambda> distclass=DistributionWithoutHelpCommands, **kw File "/usr/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 360, in run self.easy_install(spec, not self.no_deps) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 601, in easy_install self.process_distribution(spec, dist, deps, "Using") File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 688, in process_distribution [requirement], self.local_index, self.easy_install File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 601, in resolve requirements.extend(dist.requires(req.extras)[::-1]) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2317, in requires "%s has no such extra feature %r" % (self, ext) UnknownExtra: ipython 0.13.2 has no such extra feature 'all' Local variables in innermost frame: ext: 'all' dm: {None: []} self: ipython 0.13.2 (/usr/lib/python2.7/site-packages) deps: [] extras: ('all',)