diff --git a/docs/source/python/extending.rst b/docs/source/python/extending.rst index 738a7369f70..5f6ddb154e6 100644 --- a/docs/source/python/extending.rst +++ b/docs/source/python/extending.rst @@ -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 `_ 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.