Kevin Grealish created ARROW-1141:
-------------------------------------
Summary: on import get libjemalloc.so.2: cannot allocate memory in
static TLS block
Key: ARROW-1141
URL: https://issues.apache.org/jira/browse/ARROW-1141
Project: Apache Arrow
Issue Type: Bug
Components: Python
Affects Versions: 0.4.1, 0.4.0
Environment: Ubuntu 16.04 64bit Anacoda Python 3.5.2
Reporter: Kevin Grealish
KevinGre@KevinGreLapX:~/Python$ bin/python
Python 3.5.2 |Continuum Analytics, Inc.| (default, Jul 2 2016, 17:53:06)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyarrow
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/KevinGre/Python/lib/python3.5/site-packages/pyarrow/__init__.py",
line 28, in <module>
from pyarrow.lib import cpu_count, set_cpu_count
ImportError:
/home/KevinGre/Python/lib/python3.5/site-packages/pyarrow/../../.././libjemalloc.so.2:
cannot allocate memory in static TLS block
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)