Bug 808912
| Summary: | ImportError on requests | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Pierre-YvesChibon <pingou> |
| Component: | python-requests | Assignee: | Arun S A G <sagarun> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | sagarun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-requests-0.11.1-2.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-05 18:30:19 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: | |||
| Bug Depends On: | 808987 | ||
| Bug Blocks: | |||
|
Description
Pierre-YvesChibon
2012-04-01 16:38:00 UTC
Well looks like the https isn't the actual cause in fact:
>>> requests.get('http://fedorahosted.org/releases/F/e/FedoraReview/')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/site-packages/requests/api.py", line 51, in get
return request('get', url, **kwargs)
File "/usr/lib/python2.6/site-packages/requests/api.py", line 39, in request
return s.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.6/site-packages/requests/sessions.py", line 200, in request
r.send(prefetch=prefetch)
File "/usr/lib/python2.6/site-packages/requests/models.py", line 557, in send
self._build_response(r)
File "/usr/lib/python2.6/site-packages/requests/models.py", line 262, in _build_response
request.send()
File "/usr/lib/python2.6/site-packages/requests/models.py", line 489, in send
cert_loc = __import__('certifi').where()
ImportError: No module named certifi
My bad! I should package certifi first! Submitted the package for review. python-requests-0.11.1-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-requests-0.11.1-2.el6 Package python-requests-0.11.1-2.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing python-requests-0.11.1-2.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5528/python-requests-0.11.1-2.el6 then log in and leave karma (feedback). python-requests-0.11.1-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |