Bug 957837 - [abrt] pkgwat-0.5-2.fc19: pkg_resources.py:594:resolve:DistributionNotFound: PIL
Summary: [abrt] pkgwat-0.5-2.fc19: pkg_resources.py:594:resolve:DistributionNotFound: PIL
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pkgwat
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ralph Bean
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:e7e3b423e233578d07e81d7238a...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-29 16:45 UTC by Luke Macken
Modified: 2016-09-20 02:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-06 18:57:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.06 KB, text/plain)
2013-04-29 16:45 UTC, Luke Macken
no flags Details

Description Luke Macken 2013-04-29 16:45:43 UTC
Description of problem:
Installing pkgwat on a fresh Fedora 19 install yields this dependency error

Version-Release number of selected component:
pkgwat-0.5-2.fc19

Additional info:
cmdline:        /usr/bin/python /usr/bin/pkgwat search mhash
dso_list:       python-setuptools-0.6.36-1.fc19.noarch
executable:     /usr/bin/pkgwat
kernel:         3.9.0-0.rc8.git0.1.fc19.x86_64
runlevel:       N 5
uid:            1000
ureports_counter: 1

Truncated backtrace:
pkg_resources.py:594:resolve:DistributionNotFound: PIL

Traceback (most recent call last):
  File "/usr/bin/pkgwat", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2805, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 696, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 594, in resolve
    raise DistributionNotFound(req)
DistributionNotFound: PIL

Local variables in innermost frame:
dist: None
to_activate: [pkgwat.cli 0.5 (/usr/lib/python2.7/site-packages)]
req: Requirement.parse('PIL')
requirements: [Requirement.parse('fabulous'), Requirement.parse('cliff'), Requirement.parse('six'), Requirement.parse('pkgwat.api>=0.3')]
processed: {Requirement.parse('pkgwat.cli==0.5'): True}
env: <pkg_resources.Environment object at 0xcaed10>
installer: None
self: <pkg_resources.WorkingSet object at 0xcae390>
best: {'pil': None}
replacement: True

Comment 1 Luke Macken 2013-04-29 16:45:46 UTC
Created attachment 741561 [details]
File: backtrace

Comment 2 Ralph Bean 2013-04-29 17:44:34 UTC
Weird.  pkgwat pulls in python-fabulous which should pull in python-imaging which should provide PIL, correct?

Comment 3 Luke Macken 2013-05-11 01:14:26 UTC
Fixed upstream: https://github.com/fedora-infra/pkgwat.cli/pull/11

Comment 4 Fedora Update System 2013-05-15 00:57:23 UTC
pkgwat-0.6-2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/pkgwat-0.6-2.fc19

Comment 5 Fedora Update System 2013-05-15 00:57:47 UTC
pkgwat-0.6-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/pkgwat-0.6-2.fc18

Comment 6 Fedora Update System 2013-06-05 03:15:40 UTC
pkgwat-0.6-2.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-06-06 01:30:54 UTC
pkgwat-0.6-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


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