[ 
https://issues.apache.org/jira/browse/ARROW-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375975#comment-16375975
 ] 

Uwe L. Korn commented on ARROW-2208:
------------------------------------

This is still using {{pyarrow==0.4.1}}, we could also adjust these old package 
but I'd rather see pandas raise its minimal supported {{pyarrow}} version. I 
guess people using {{pyarrow}} are rather quick in updating.

> 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
>             Fix For: 0.9.0
>
>
> 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)

Reply via email to