-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importing pyarrow and Tensorflow crashes #4472
Comments
This is solved by the linked PRs. Please reopen if this persists after a 0.14 release. |
Hi Uwe, will there be a minor release soon? |
This seems to happen again after 0.14 release Stack trace:
|
We have no intention of fixing this right now. Please use conda if you need to use these projects together |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm not sure if this is resolved by the recent change to the linker script [1] as I browsed several related issues / PRs [2][3][4]. But currently with arrow 0.13.0 and tensorflow 1.13 or nightly (the "tf-nightly" pip package), if pyarrow is imported before tensorflow is, python crashes:
To reproduce:
To repreduce:
$ pip install tf-nightly
$ pip install pyarrow==0.13.0
$ python
216726 segmentation fault python
[1] 0289af2#diff-3c274588934dfc0526783b59d1f4fff2
[2] #1953
[3] #2096
[4] #2218
Stack trace at crash:
The text was updated successfully, but these errors were encountered: