sdy72 commented on issue #14920:
URL: https://github.com/apache/arrow/issues/14920#issuecomment-1370590788
That worked. It least after I also added dataset on:
`cmake -DARROW_BUILD_STATIC=OFF -DARROW_COMPUTE=ON -DARROW_CSV=ON
-DARROW_FILESYSTEM=ON -DARROW_JSON=ON -DARROW_DATASET=ON
-DCMAKE_BUILD_TYPE=Release -GNinja .`
I successfully installed pyarrow. Thank you :-)
Then when I try to import pyarrow I get this error:
```
>>> import pyarrow
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/dist-packages/pyarrow/__init__.py", line
65, in <module>
import pyarrow.lib as _lib
ImportError: /usr/local/lib/libarrow.so.1000: undefined symbol:
__atomic_fetch_add_8
```
Could that be related to this?
https://github.com/pytorch/pytorch/issues/22898#issuecomment-511692921
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]