| Summary: | [abrt] virt-manager: adapters.py:20:<module>:ImportError: cannot import name select_proxy | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Allan Poulsen <apo> | ||||||
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | apo, berrange, crobinso, virt-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/d21576d11830edfa830606132706c07a66b89ce3 | ||||||||
| Whiteboard: | abrt_hash:9e8f60855f4fd56d1b0673747445422af4fe401a; | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-01-20 15:16:21 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: |
|
||||||||
|
Description
Allan Poulsen
2016-01-20 13:26:25 UTC
Created attachment 1116656 [details]
File: backtrace
Created attachment 1116657 [details]
File: environ
What does the output of this command give? python -c 'import requests; print requests' If that fails, you probably have a different or stale version of python-requests installed somewhere, probably via pip. Try 'sudo dnf reinstall python-requests' Closed as this failure occurred because of errors in the installed python packages. Somehow the requests package was not cleanly installed. python -c 'import requests; print requests' <module 'requests' from 'requests/__init__.pyc'> |