[
https://issues.apache.org/jira/browse/ARROW-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16743805#comment-16743805
]
Antoine Pitrou commented on ARROW-4272:
---------------------------------------
Ah, you're using Tensorflow. I take it you installed both Tensorflow and
PyArrow using pip?
Tensorflow publishes incompatible Python packages (wheels) that can make other
libraries such as Arrow crash (#). I'm not 100% sure it's the problem here but
that is quite likely.
Can you try using conda instead and install both libraries using conda?
Also, I think it would be helpful if you reported this problem to the
Tensorflow project, due to the issue I mentioned above.
cc [~pcmoritz]
(#) More explanation here:
https://groups.google.com/a/tensorflow.org/forum/#!topic/developers/TMqRaT-H2bI
> illegal hardware instruction
> ----------------------------
>
> Key: ARROW-4272
> URL: https://issues.apache.org/jira/browse/ARROW-4272
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.11.1
> Environment: Python 3.6.7
> PySpark 2.4.0
> PyArrow: 0.11.1
> Pandas: 0.23.4
> NumPy: 1.15.4
> OS: Linux 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64
> x86_64 x86_64 GNU/Linux
> Reporter: Elchin
> Priority: Critical
> Attachments: core
>
>
> I can't import pyarrow, it crashes:
> {code:java}
> >>> import pyarrow as pa
> [1] 31441 illegal hardware instruction (core dumped) python3{code}
> Core dump is attached to issue, it can help you to understand what is the
> problem.
> The environment is:
> Python 3.6.7
> PySpark 2.4.0
> PyArrow: 0.11.1
> Pandas: 0.23.4
> NumPy: 1.15.4
> OS: Linux 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018
> x86_64 x86_64 x86_64 GNU/Linux
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)