[
https://issues.apache.org/jira/browse/ARROW-9655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173847#comment-17173847
]
Ashok Kumar Harnal commented on ARROW-9655:
-------------------------------------------
Thanks. It works now. I created the virtual environment as below. python
version is 3.7.3 so that the python version in the new environment and in the
base environment is the same. pyarrow does not break ipython with segmentation
fault. But I could not understand the reasons properly. Afterall installation
of koalas does install pyarrow and along with it all its dependencies.
{code:java}
conda create -n koalas pyarrow koalas ipython python=3.7.3 -c conda-forge -c
anaconda{code}
> [Python] Importing pyarrow breaks ipython or pyspark on lubuntu
> ---------------------------------------------------------------
>
> Key: ARROW-9655
> URL: https://issues.apache.org/jira/browse/ARROW-9655
> Project: Apache Arrow
> Issue Type: Test
> Reporter: Ashok Kumar Harnal
> Priority: Major
> Attachments: list.txt, list.txt, list_pyarrow.txt
>
>
> I had earlier raised this issue in Koalas repo at this
> [link|[https://github.com/databricks/koalas/issues/1679].] I have tried to
> install koalas using conda both on base environment as also on virtual
> environment. In both cases as soon as I import pyarrow, pyspark or ipython
> break. I am back in the OS prompt with a message: Segmentation fault (Core
> dumped). Nothing else appears. Please see the screen shots at the link above.
> Pyarrow version is 1.0
--
This message was sent by Atlassian Jira
(v8.3.4#803005)