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)

Reply via email to