just started seeing these on pandas builds in Travis CI: https://travis-ci.org/pandas-dev/pandas/jobs/345721382
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
Reporter: Jeff Reback / @jreback
Assignee: Wes McKinney / @wesm
Note: This issue was originally created as ARROW-2208. Please see the migration documentation for further details.
just started seeing these on pandas builds in Travis CI: https://travis-ci.org/pandas-dev/pandas/jobs/345721382
Reporter: Jeff Reback / @jreback
Assignee: Wes McKinney / @wesm
Note: This issue was originally created as ARROW-2208. Please see the migration documentation for further details.