[ https://issues.apache.org/jira/browse/ARROW-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated ARROW-5516: ---------------------------------- Labels: pull-request-available (was: ) > 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 > > {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)