Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/source/python/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,3 +466,14 @@ installed. This function will attempt to create symlinks like

pip install pyarrow
python -c "import pyarrow; pyarrow.create_library_symlinks()"

Toolchain Compatibility (Linux)
"""""""""""""""""""""""""""""""

The Python wheels for Linux are built using the
`PyPA manylinux images <https://quay.io/organization/pypa>`_ which use
the CentOS `devtoolset-8` or `devtoolset-9` depending on which manylinux
wheel version (2010 or 2014) is being used. In addition to the other notes
above, if you are compiling C++ using these shared libraries, you will need
to make sure you use a compatible toolchain as well or you might see a
segfault during runtime.