Jeff Reback created ARROW-2208:
----------------------------------
Summary: pyarrow install issues with jemalloc
Key: ARROW-2208
URL: https://issues.apache.org/jira/browse/ARROW-2208
Project: Apache Arrow
Issue Type: Bug
Reporter: Jeff Reback
just started seeing these on pandas builds in Travis CI:
https://travis-ci.org/pandas-dev/pandas/jobs/345721382
{code:java}
from pkg_resources import get_distribution, DistributionNotFound
try:
__version__ = get_distribution(__name__).version
except DistributionNotFound:
# package is not installed
pass
> from pyarrow.lib import cpu_count, set_cpu_count
E ImportError:
/home/travis/miniconda3/envs/pandas/lib/python2.7/site-packages/pyarrow/../../.././libjemalloc.so.2:
cannot allocate memory in static TLS block
../../../miniconda3/envs/pandas/lib/python2.7/site-packages/pyarrow/__init__.p
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)