Bug 1187057
| Summary: | Python-urllib3 fails to install | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | bhavya <bhavyaaha> |
| Component: | python-urllib3 | Assignee: | Ralph Bean <rbean> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | contact, gapatil, imantc, michael.williams+fedora, rbean, sagarun, wattersm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-02-18 17:18:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
bhavya
2015-01-29 09:27:32 UTC
I think this is the same issue as in https://bugzilla.redhat.com/show_bug.cgi?id=1187057 Can you try the instructions there and let us know if it fixes your problem? Yeah, this is not a bug. You 'sudo pip install'd urllib3 at one point and that is conflicting with rpm. Please 'sudo pip uninstall urllib3' and then try yum installing again after that. This fixed my issue as well. I wanted to thank you for posting this as it would have taken us much longer to isolate the issue. Fantastic work. Just ran into this as well. It would be nice if the package could be updated to detect if urllib3 has been installed through pip and then show an error message with instructions on what to do. I also disagree that this is not a bug, update failures are causing application failures which leads to down time. (In reply to Ralph Bean from comment #2) > Yeah, this is not a bug. You 'sudo pip install'd urllib3 at one point and > that is conflicting with rpm. > > Please 'sudo pip uninstall urllib3' and then try yum installing again after > that. Thank you very much Ralph! Failure to upgrade urllib3 bugged me for a while. Now it is solved thanks to your post. My issue is also resolved after running > `sudo pip uninstall urllib3`. Thanks for the help. |