Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
To work around some ABI incompatibility issues with libstdc++ (TF is using a newer compiler), we should consider importing tensorflow first if it is available before loading Arrow's shared libraries built with the manylinux1 toolchain. See discussion in
https://github.com/apache/arrow/issues/1450
One question is whether TensorFlow's symbols will clash with Arrow's in some way that might impact its functioning.