Bug 1482831
| Summary: | [abrt] enki: resolve(): __init__.py:857:resolve:pkg_resources.DistributionNotFound: The 'Sphinx' distribution was not found and is required by enki | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | al morris <allinux4> | ||||||||||||||||
| Component: | enki | Assignee: | Raphael Groner <projects.rg> | ||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 26 | CC: | projects.rg | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/d1ef1984cc1720b88e8dfc75319a7ba82a936e50 | ||||||||||||||||||
| Whiteboard: | abrt_hash:01deae4e578bf23428c08559fe03ceeaefeea50f; | ||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2017-08-18 18:48:58 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: | |||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
Created attachment 1315079 [details]
File: backtrace
Created attachment 1315080 [details]
File: cgroup
Created attachment 1315081 [details]
File: cpuinfo
Created attachment 1315082 [details]
File: environ
Created attachment 1315083 [details]
File: mountinfo
Created attachment 1315084 [details]
File: namespaces
Created attachment 1315085 [details]
File: open_fds
Thanks for the report. It's already fixed, can you try the new build from updates-testing repository? See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-33f68f4071 *** This bug has been marked as a duplicate of bug 1460445 *** |
Version-Release number of selected component: enki-17.03.0-4.fc26 Additional info: reporter: libreport-2.9.1 cmdline: /usr/bin/python3 /usr/bin/enki crash_function: resolve exception_type: pkg_resources.DistributionNotFound executable: /usr/bin/enki kernel: 4.12.5-300.fc26.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: __init__.py:857:resolve:pkg_resources.DistributionNotFound: The 'Sphinx' distribution was not found and is required by enki Traceback (most recent call last): File "/usr/bin/enki", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3038, in <module> @_call_aside File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3022, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3051, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 657, in _build_master ws.require(__requires__) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 971, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 857, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'Sphinx' distribution was not found and is required by enki Local variables in innermost frame: new_requirement: Requirement.parse('qutepart') new_requirements: [Requirement.parse('Sphinx'), Requirement.parse('Markdown'), Requirement.parse('qutepart')] requirers: {'enki'} ws: <pkg_resources.WorkingSet object at 0x7fc3a82c0cf8> dist: None req: Requirement.parse('Sphinx') required_by: defaultdict(<class 'set'>, {Requirement.parse('Sphinx'): {'enki'}, Requirement.parse('Markdown'): {'enki'}, Requirement.parse('qutepart'): {'enki'}}) req_extras: {Requirement.parse('Sphinx'): (), Requirement.parse('Markdown'): (), Requirement.parse('qutepart'): ()} to_activate: [enki 17.3.0 (/usr/lib/python3.6/site-packages)] best: {'sphinx': None} processed: {Requirement.parse('enki==17.3.0'): True} extras: None replace_conflicting: False installer: None env: <pkg_resources.Environment object at 0x7fc3a82c0c18> requirements: [Requirement.parse('Markdown'), Requirement.parse('qutepart')] self: <pkg_resources.WorkingSet object at 0x7fc3a82c0cf8>