You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/02/25 01:03:02 UTC

[jira] [Updated] (ARROW-2208) pyarrow install issues with jemalloc

     [ https://issues.apache.org/jira/browse/ARROW-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-2208:
--------------------------------
    Priority: Blocker  (was: Major)

> 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
>            Priority: Blocker
>
> 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)