Skip to content

pyarrow: Segmentation fault (core dumped) #1450

@vgoklani

Description

@vgoklani

Getting a segmentation fault, when loading this after Keras (see below)

Keras version = 2.1.2
tensorflow version = 1.4.1
pyarrow version = 0.8.0

edit: #1 strangely enough, it seems to run fine if I switch the order of the imports (i.e. importing keras before pyarrow)

edit: #2 it works fine if I drop pyarrow back to '0.7.1'

Please advise

Python 3.6.3 |Anaconda, Inc.| (default, Nov 20 2017, 20:41:42)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import pyarrow.parquet as pq

In [2]: import keras
Using TensorFlow backend.
Segmentation fault (core dumped)
root@336ad63c9866:~/src#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions