Skip to content

[Python] install issues with jemalloc #18172

@asfimport

Description

@asfimport

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions