question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BLD: pyarrow failures

See original GitHub issue

https://travis-ci.org/pandas-dev/pandas/builds/256753497

haven’t looked at travis yet, but

In [1]: import pyarrow
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-57968f417579> in <module>()
----> 1 import pyarrow

/Users/jreback/miniconda3/envs/pandas/lib/python3.6/site-packages/pyarrow/__init__.py in <module>()
     30 
     31 
---> 32 from pyarrow.lib import cpu_count, set_cpu_count
     33 from pyarrow.lib import (null, bool_,
     34                          int8, int16, int32, int64,

ImportError: dlopen(/Users/jreback/miniconda3/envs/pandas/lib/python3.6/site-packages/pyarrow/lib.cpython-36m-darwin.so, 2): Symbol not found: __ZTVN5arrow6BufferE
  Referenced from: /Users/jreback/miniconda3/envs/pandas/lib/python3.6/site-packages/pyarrow/../../..//libparquet.1.dylib
  Expected in: /Users/jreback/miniconda3/envs/pandas/lib/python3.6/site-packages/pyarrow/../../..//libarrow.0.dylib
 in /Users/jreback/miniconda3/envs/pandas/lib/python3.6/site-packages/pyarrow/../../..//libparquet.1.dylib

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    arrow-cpp-0.5.0            |      np113py36_0         1.8 MB  conda-forge
    python-dateutil-2.6.0      |           py36_0         236 KB  defaults
    pyarrow-0.5.0.pre          |      np113py36_2         511 KB  conda-forge
    ------------------------------------------------------------
                                           Total:         2.6 MB

The following NEW packages will be INSTALLED:

    python-dateutil: 2.6.0-py36_0      defaults   

The following packages will be UPDATED:

    arrow-cpp:       0.4.1-np113py36_2 conda-forge --> 0.5.0-np113py36_0     conda-forge
    pyarrow:         0.4.1-np113py36_0 conda-forge --> 0.5.0.pre-np113py36_2 conda-forge

The following packages will be DOWNGRADED due to dependency conflicts:

    jemalloc:        5.0.0-0           conda-forge --> 4.4.0-0               conda-forge

Proceed ([y]/n)? y

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
wesmcommented, Jul 24, 2017

Feather depends on pyarrow now, so that’s probably why

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to build pyarrow (for python 3.7) with an error message ...
This will install what conda can find from its repos. For pyarrow, conda was the only way out for me as I was...
Read more >
Python Development — Apache Arrow v10.0.1
This page provides general Python development guidelines and source build instructions for all platforms. ... If you get import errors for pyarrow.
Read more >
Uwe Korn (Jira) - The Mail Archive
[Python] PyArrow 3.0/Pip installation errors on Big Sur. ... can't copy 'build/lib.macosx-11.2-x86_64-3.7/pyarrow/include/arrow': > doesn't ...
Read more >
Troubleshooting — NVTabular 2021 documentation
However, some workflows can result in OOM errors ... row_group_size=10000) #cuDF cudf_df.to_parquet("/file/path", engine="pyarrow", row_group_size=10000).
Read more >
building wheel for pandas (pep 517) still running - You.com | The ...
On Alpine 3.6, installing matplotlib failed for me with the following: ... Building wheel for pyarrow (PEP 517) ... error ERROR: Command errored...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found