[
https://issues.apache.org/jira/browse/ARROW-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16372952#comment-16372952
]
ASF GitHub Bot commented on ARROW-2197:
---------------------------------------
wesm commented on a change in pull request #1644: ARROW-2197: Document C++ ABI
issue and workaround
URL: https://github.com/apache/arrow/pull/1644#discussion_r169995511
##########
File path: python/doc/source/development.rst
##########
@@ -246,6 +246,20 @@ To build a self-contained wheel (include Arrow C++ and
Parquet C++), one can set
Again, if you did not build parquet-cpp, you should omit ``--with-parquet`` and
if you did not build with plasma, you should omit ``--with-plasma``.
+Known issues
+------------
+
+If you're getting some "undefined symbol" errors when importing pyarrow,
+you may have to fix the ABI version used for C++ libraries:
Review comment:
I think this should be more specific about issues using the conda-forge
packages with a newer gcc toolchain. If the user is using a version of gcc, or
clang with a base gcc at 5.0 or higher (e.g. with Ubuntu 16.04 or higher), then
this flag must be added.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Document "undefined symbol" issue and workaround
> ------------------------------------------------
>
> Key: ARROW-2197
> URL: https://issues.apache.org/jira/browse/ARROW-2197
> Project: Apache Arrow
> Issue Type: Task
> Components: Documentation
> Affects Versions: 0.8.0
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Trivial
> Labels: pull-request-available
>
> See [https://github.com/apache/arrow/issues/1612]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)