You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/05 17:28:00 UTC

[jira] [Resolved] (ARROW-5516) [Python] Development page for pyarrow has a missing dependency in using pip

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

Antoine Pitrou resolved ARROW-5516.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14.0

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

> [Python] Development page for pyarrow has a missing dependency in using pip
> ---------------------------------------------------------------------------
>
>                 Key: ARROW-5516
>                 URL: https://issues.apache.org/jira/browse/ARROW-5516
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>    Affects Versions: 0.13.0
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {code}
> ImportError while loading conftest '/.../arrow/python/pyarrow/tests/conftest.py'.
> pyarrow/tests/conftest.py:20: in <module>
>     import hypothesis as h
> E   ModuleNotFoundError: No module named 'hypothesis'
> {code}
> I followed the guide and seems it requires another dependency {{hypothesis}} than:
> {code}
> pip install six numpy pandas cython pytest
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)