| Summary: | [abrt] pkgwat-0.9-1.fc20: pkg_resources.py:576:resolve:DistributionNotFound: pyparsing<=1.5.7 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Parag Nemade <pnemade> | ||||||
| Component: | pkgwat | Assignee: | Ralph Bean <rbean> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | rbean | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/9b50d97e1ba7ff8e9ad609ef5ee2002dd43f5a6b | ||||||||
| Whiteboard: | abrt_hash:c937ac5de8c69d8ac07483906b77b89823e5cc7a | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-11-15 18:42:06 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 824347 [details]
File: backtrace
Created attachment 824348 [details]
File: environ
The issue is that python-pyparsing has been updated on your system but python-cliff has not. If you update python-cliff it should end up working. |
Description of problem: install pkgwat use command on terminal as "pkgwat" Version-Release number of selected component: pkgwat-0.9-1.fc20 Additional info: reporter: libreport-2.1.9 cmdline: /usr/bin/python2 /usr/bin/pkgwat dso_list: python-setuptools-1.3.1-1.fc20.noarch executable: /usr/bin/pkgwat kernel: 3.11.7-300.fc20.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: pkg_resources.py:576:resolve:DistributionNotFound: pyparsing<=1.5.7 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 2797, in <module> parse_requirements(__requires__), Environment() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in resolve raise DistributionNotFound(req) DistributionNotFound: pyparsing<=1.5.7 Local variables in innermost frame: dist: None to_activate: [pkgwat.cli 0.9 (/usr/lib/python2.7/site-packages), fabulous 0.1.5 (/usr/lib/python2.7/site-packages), cliff 1.4.4 (/usr/lib/python2.7/site-packages), six 1.4.1 (/usr/lib/python2.7/site-packages), pkgwat.api 0.10 (/usr/lib/python2.7/site-packages), grapefruit 0.1a3 (/usr/lib/python2.7/site-packages)] req: Requirement.parse('pyparsing<=1.5.7') requirements: [Requirement.parse('cmd2>=0.6.4,<0.6.6'), Requirement.parse('PrettyTable>=0.6,<0.8'), Requirement.parse('requests'), Requirement.parse('six')] processed: {Requirement.parse('cliff'): True, Requirement.parse('six'): True, Requirement.parse('grapefruit'): True, Requirement.parse('fabulous'): True, Requirement.parse('pkgwat.api>=0.9'): True, Requirement.parse('pkgwat.cli==0.9'): True} env: <pkg_resources.Environment object at 0x16a11d0> installer: None self: <pkg_resources.WorkingSet object at 0x16a1390> best: {'pkgwat.cli': pkgwat.cli 0.9 (/usr/lib/python2.7/site-packages), 'fabulous': fabulous 0.1.5 (/usr/lib/python2.7/site-packages), 'pkgwat.api': pkgwat.api 0.10 (/usr/lib/python2.7/site-packages), 'six': six 1.4.1 (/usr/lib/python2.7/site-packages), 'grapefruit': grapefruit 0.1a3 (/usr/lib/python2.7/site-packages), 'pyparsing': None, 'cliff': cliff 1.4.4 (/usr/lib/python2.7/site-packages)}