The backtrace looks like the same problem as we see with the tensorflow wheels. They both use a newer libstdc++ version and when pyarrow is imported last, the virtual shared pointer destructor will be picked up from the torch libstdc++.
One should have a look at the symbols exported by the Torch wheel, maybe it could help if they would employ also the same symbol hiding as we do in pyarrow. [ Full content available at: https://github.com/apache/arrow/issues/2637 ] This message was relayed via gitbox.apache.org for [email protected]
