Naman created ARROW-14526:
-----------------------------
Summary: installing pyarrow breaks the conda environment
Key: ARROW-14526
URL: https://issues.apache.org/jira/browse/ARROW-14526
Project: Apache Arrow
Issue Type: Bug
Components: Python
Environment: Conda version: conda 4.10.3
Reporter: Naman
I am working with pyarrow for parquet and feather IO. My environment has the
following requirements python=3.8, pandas, geopandas, pyarrow, matplotlib,
seaborn, jupyter
You can reproduce the env using
{code:java}
$ conda create -n testpyarrow python=3.8 pandas geopandas matplotlib seaborn
jupyter notebook pyarrow
$ conda activate testpyarrow{code}
_you can skip pyarrow in the above command and then install it separately from
conda-forge as instructed in the pyarrow github (*doesn't make a difference*)
page using_
{code:java}
$ conda install -c conda-forge pyarrow{code}
After the env is created and activated, opening a python terminal and try
importing to import anything
{code:java}
$ python
>>>import pandas{code}
yields
{code:java}
Illegal instruction (core dumped){code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)