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

[jira] [Updated] (ARROW-5771) [Python] Docker python-nopandas job fails

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

ASF GitHub Bot updated ARROW-5771:
----------------------------------
    Labels: pull-request-available  (was: )

> [Python] Docker python-nopandas job fails
> -----------------------------------------
>
>                 Key: ARROW-5771
>                 URL: https://issues.apache.org/jira/browse/ARROW-5771
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>
> {code}
> =========================================== ERRORS ============================================
> _____ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_array.py ______
> ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_array.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_array.py:35: in <module>
>     import pyarrow.tests.strategies as past
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/strategies.py:18: in <module>
>     import pytz
> E   ModuleNotFoundError: No module named 'pytz'
> _ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_convert_builtin.py _
> ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_convert_builtin.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_convert_builtin.py:31: in <module>
>     import pytz
> E   ModuleNotFoundError: No module named 'pytz'
> _____ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_pandas.py _____
> ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_pandas.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_pandas.py:29: in <module>
>     import hypothesis.extra.pytz as tzst
> opt/conda/lib/python3.7/site-packages/hypothesis/extra/pytz.py:34: in <module>
>     import pytz
> E   ModuleNotFoundError: No module named 'pytz'
> ___ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_strategies.py ___
> ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_strategies.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_strategies.py:21: in <module>
>     import pyarrow.tests.strategies as past
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/strategies.py:18: in <module>
>     import pytz
> E   ModuleNotFoundError: No module named 'pytz'
> _____ ERROR collecting opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_types.py ______
> ImportError while importing test module '/opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_types.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/test_types.py:28: in <module>
>     import pyarrow.tests.strategies as past
> opt/conda/lib/python3.7/site-packages/pyarrow/tests/strategies.py:18: in <module>
>     import pytz
> E   ModuleNotFoundError: No module named 'pytz'
> {code}



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