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

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

Hyukjin Kwon created ARROW-5516:
-----------------------------------

             Summary: 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


{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)