Summary: | f25 upgrade failed on python{2,3}-requests | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doug Maxey <bz> | ||||
Component: | python-requests | Assignee: | Fedora Infrastructure SIG <infra-sig> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 25 | CC: | cstratak, infra-sig, jeremy, kevin, rbean, sagarun | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-12-01 08:33:57 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: | |||||
Attachments: |
|
Description
Doug Maxey
2016-12-01 02:45:37 UTC
Created attachment 1226616 [details]
'dnf remove' dependencies
Did you happen to ``sudo pip install`` anything? It seems there's a non-packaged subdir... /usr/lib/python2.7/site-packages/requests/packages/chardet... um, er, noo... :/ ahem. yes, yes I did. So does this mean just blow the existing away, and re-install the official packages? I'm not much of a python fan, just learning some things. IOW, nothing that should not be there is fair game. Guess I need to download the packages and check the paths needed and clean up the mess I made. Fixed my own foulup by checking the contents of the fedora rpms, which led me to discovering the - 'chardet' and 'urllib3' dirs left behind by 'pip', along with the - 'chardet;hexnum' and 'urllib3;hexnum' sym links being removed and the correct symlinks added to the real dirs, ../../chardet and ../../urllib3 fixed it enough for the fedora packages to be upgraded. Don't feel bad here, a number of folks have hit this same thing. ;) It would be nice if pip did something better here... |