You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2022/03/29 16:02:00 UTC

[jira] [Resolved] (ARROW-15580) [Python] PyArrow imports pytz, which is not included as dependency

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

Joris Van den Bossche resolved ARROW-15580.
-------------------------------------------
    Resolution: Fixed

Issue resolved by pull request 12522
[https://github.com/apache/arrow/pull/12522]

> [Python] PyArrow imports pytz, which is not included as dependency
> ------------------------------------------------------------------
>
>                 Key: ARROW-15580
>                 URL: https://issues.apache.org/jira/browse/ARROW-15580
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Packaging, Python
>    Affects Versions: 7.0.0
>            Reporter: Mark Wood
>            Assignee: Alenka Frim
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 7h 20m
>  Remaining Estimate: 0h
>
> When install pyarrow via poetry and executing same, a ModuleNotFoundError error can result.
> Pyarrow has a dependency on pytz, but this dependency is not declared (the only dependency I see declared is numpy, see [https://github.com/apache/arrow/blob/47d55752172af99fce629f8fe6177df6b41af1d3/python/setup.py#L576)]
> It would be helpful if pyarrow could declare its dependencies in such a way that tools such as poetry could automatically ensure they were present.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)