You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2016/04/13 17:03:25 UTC

[jira] [Updated] (YETUS-363) releasedocmaker fails due to the lack of dateutil module

     [ https://issues.apache.org/jira/browse/YETUS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer updated YETUS-363:
-----------------------------------
    Attachment: YETUS-363.00.patch

> releasedocmaker fails due to the lack of dateutil module
> --------------------------------------------------------
>
>                 Key: YETUS-363
>                 URL: https://issues.apache.org/jira/browse/YETUS-363
>             Project: Yetus
>          Issue Type: Bug
>          Components: Release Doc Maker
>            Reporter: Kengo Seki
>         Attachments: YETUS-363.00.patch
>
>
> dateutil module is not included in the standard library. If it's not installed, releasedocmaker fails as follows:
> {code}
> [sekikn@mobile yetus]$ release-doc-maker/releasedocmaker.py --project yetus --version 0.3.0
> Traceback (most recent call last):
>   File "release-doc-maker/releasedocmaker.py", line 39, in <module>
>     import dateutil.parser
> ImportError: No module named dateutil.parser
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)