Bug 1277731 - 'PyYAML' distribution not found
Summary: 'PyYAML' distribution not found
Keywords:
Status: CLOSED DUPLICATE of bug 1277715
Alias: None
Product: Fedora
Classification: Fedora
Component: python-journal-brief
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-03 22:51 UTC by Davide Repetto
Modified: 2015-11-04 16:21 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-04 16:21:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Davide Repetto 2015-11-03 22:51:23 UTC
Description of problem:
======================
[root@pinnacle ~]# journal-brief
Traceback (most recent call last):
  File "/bin/journal-brief", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3084, in <module>
    @_call_aside
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 651, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 952, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 839, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'PyYAML' distribution was not found and is required by journal-brief


Version-Release number of selected component (if applicable):
=============================================================
python3-journal-brief-1.1.1-1.fc22.noarch
journal-brief-1.1.1-1.fc22.noarch


How reproducible:
=================
Consistently - On my machine

Comment 1 Jean-Francois Martin 2015-11-04 15:50:41 UTC
The package is missing a dependency to python3-PyYAML. You can install it to use journal-brief.

I already reported the "bug 1277715".

Comment 2 Davide Repetto 2015-11-04 16:21:15 UTC
Thanks.
Closing this one...

*** This bug has been marked as a duplicate of bug 1277715 ***


Note You need to log in before you can comment on or make changes to this bug.