Bug 1117430 - [abrt] pylint: pkg_resources.py:576:resolve:pkg_resources.DistributionNotFound: pylint==1.1.0
Summary: [abrt] pylint: pkg_resources.py:576:resolve:pkg_resources.DistributionNotFoun...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pylint
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:94255dbcd8fa62eba859c07f5ed...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-08 16:56 UTC by Philipp Dreimann
Modified: 2015-06-08 18:12 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-10-09 20:44:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (936 bytes, text/plain)
2014-07-08 16:56 UTC, Philipp Dreimann
no flags Details
File: environ (2.57 KB, text/plain)
2014-07-08 16:56 UTC, Philipp Dreimann
no flags Details

Description Philipp Dreimann 2014-07-08 16:56:01 UTC
Version-Release number of selected component:
pylint-1.1.0-1.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        /usr/bin/python3 /usr/bin/python3-epylint -V
executable:     /usr/bin/python3-epylint
kernel:         3.15.3-200.vanilla.stable.knurd.1.fc20.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
pkg_resources.py:576:resolve:pkg_resources.DistributionNotFound: pylint==1.1.0

Traceback (most recent call last):
  File "/usr/bin/python3-epylint", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 2793, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 673, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.3/site-packages/pkg_resources.py", line 576, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pylint==1.1.0

Local variables in innermost frame:
requirements: []
processed: {}
to_activate: []
installer: None
env: <pkg_resources.Environment object at 0x7fa6823aa350>
dist: None
self: <pkg_resources.WorkingSet object at 0x7fa6823aa310>
best: {'pylint': None}
req: Requirement.parse('pylint==1.1.0')

Comment 1 Philipp Dreimann 2014-07-08 16:56:04 UTC
Created attachment 916494 [details]
File: backtrace

Comment 2 Philipp Dreimann 2014-07-08 16:56:06 UTC
Created attachment 916495 [details]
File: environ

Comment 3 Brian Lane 2014-07-08 17:56:39 UTC
Please give pylint-1.2-3.fc20 a try and see if that fixes the problem for you.

Comment 4 Brian Lane 2014-10-09 20:44:01 UTC
This was due to not updating the Require line so not everything was updated at the same time.

Comment 5 Philipp Dreimann 2015-06-08 18:12:52 UTC
I can not reproduce it anymore.


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