Bug 700596
Summary: | grin throws a DistributionNotFound: argparse>=1.1 exception | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Lane <dirjud> |
Component: | grin | Assignee: | Terje Røsten <terje.rosten> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | pankaj86, terje.rosten |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | grin-1.2.1-3.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-25 03:09:16 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: |
Description
Lane
2011-04-28 18:24:41 UTC
It does seem that I have argparse 1.1 installed:
$ python -i
Python 2.7.1 (r271:86832, Apr 12 2011, 16:15:16)
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import argparse
>>> argparse.__version__
'1.1'
I emailed the author of grin regarding this issue. Here is his response:
> argparse got included into Python 2.7, so it doesn't have the
> .egg-info information that pkg_resources uses to determine that the
> dependency is satisfied. You can remove the dependency from the
> setup.py safely. I do not control the RPM.
Thanks for your report. The fix seems simple, will have a look. *** Bug 702750 has been marked as a duplicate of this bug. *** grin-1.2.1-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/grin-1.2.1-3.fc15 Package grin-1.2.1-3.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing grin-1.2.1-3.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/grin-1.2.1-3.fc15 then log in and leave karma (feedback). grin-1.2.1-3.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |