You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Micah Kornfield (JIRA)" <ji...@apache.org> on 2019/01/30 10:54:00 UTC

[jira] [Created] (ARROW-4424) [Python] Manylinux CI builds failing

Micah Kornfield created ARROW-4424:
--------------------------------------

             Summary: [Python] Manylinux CI builds failing
                 Key: ARROW-4424
                 URL: https://issues.apache.org/jira/browse/ARROW-4424
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Continuous Integration, Python
            Reporter: Micah Kornfield


Example error build: https://api.travis-ci.org/v3/job/486336662/log.txt

 

{{+python -c 'import pyarrow; import tensorflow'}}
{{ Traceback (most recent call last):}}
{{ File "<string>", line 1, in <module>}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module>}}
{{ from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 88, in <module>}}
{{ from tensorflow.python import keras}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/tensorflow/python/keras/__init__.py", line 29, in <module>}}
{{ from tensorflow.python.keras import datasets}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/tensorflow/python/keras/datasets/__init__.py", line 25, in <module>}}
{{ from tensorflow.python.keras.datasets import imdb}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/tensorflow/python/keras/datasets/imdb.py", line 25, in <module>}}
{{ from tensorflow.python.keras.preprocessing.sequence import _remove_long_seq}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/tensorflow/python/keras/preprocessing/__init__.py", line 30, in <module>}}
{{ from tensorflow.python.keras.preprocessing import image}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/tensorflow/python/keras/preprocessing/image.py", line 23, in <module>}}
{{ from keras_preprocessing import image}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/keras_preprocessing/image/__init__.py", line 8, in <module>}}
{{ from .dataframe_iterator import DataFrameIterator}}
{{ File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/keras_preprocessing/image/dataframe_iterator.py", line 11, in <module>}}
{{ from pandas.api.types import is_numeric_dtype}}
{{ ModuleNotFoundError: No module named 'pandas'}}



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