Bug 1086914 - [abrt] python-setuptools: pkg_resources.py:2317:requires:UnknownExtra: ipython 0.13.2 has no such extra feature 'all'
Summary: [abrt] python-setuptools: pkg_resources.py:2317:requires:UnknownExtra: ipytho...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-setuptools
Version: 19
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Toshio Ernie Kuratomi
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:729a6421b627d01a001f848f725...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-11 19:53 UTC by Dante
Modified: 2014-05-05 21:48 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-05-05 21:48:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.84 KB, text/plain)
2014-04-11 19:53 UTC, Dante
no flags Details
File: environ (2.04 KB, text/plain)
2014-04-11 19:53 UTC, Dante
no flags Details

Description Dante 2014-04-11 19:53:37 UTC
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',)

Comment 1 Dante 2014-04-11 19:53:42 UTC
Created attachment 885535 [details]
File: backtrace

Comment 2 Dante 2014-04-11 19:53:44 UTC
Created attachment 885536 [details]
File: environ

Comment 3 Toshio Ernie Kuratomi 2014-05-05 21:48:19 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.