You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/04/30 00:22:58 UTC

[GitHub] [arrow] vibhatha opened a new issue #7065: Cython Table API Access gives

vibhatha opened a new issue #7065:
URL: https://github.com/apache/arrow/issues/7065


   STOP! Are you reporting a bug, a possible bug, or requesting a
   feature? If so, please report under the ARROW project on the ASF JIRA
   server https://issues.apache.org/jira/browse/ARROW. This JIRA server
   is free to use and open to the public, but you must create an account
   if it is your first time.
   
   See our contribution guidelines for more information:
   http://arrow.apache.org/docs/developers/contributing.html
   
   We have GitHub issues available as a way for new contributors and
   passers-by who are unfamiliar with Apache Software Foundation projects
   to ask questions and interact with the project. Do not be surprised if
   the first response is to open a JIRA issue or to write an e-mail to
   one of the public mailing lists:
   
   * Development discussions: dev@arrow.apache.org (first subscribe by
     sending an e-mail to dev-subscribe@arrow.apache.org).
   * User discussions: user@arrow.apache.org (first subscribe by
     sending an e-mail to user-subscribe@arrow.apache.org).
   
   Thank you!


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] emkornfield commented on issue #7065: Cython Table API Access gives an error libarrow_python.so.16: undefined symbol: _ZNK5arrow8DataType18ComputeFingerprintEv

Posted by GitBox <gi...@apache.org>.
emkornfield commented on issue #7065:
URL: https://github.com/apache/arrow/issues/7065#issuecomment-621630326


   closing this in lieu of JIRA.  Thanks @vibhatha 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] vibhatha commented on issue #7065: Cython Table API Access gives an error libarrow_python.so.16: undefined symbol: _ZNK5arrow8DataType18ComputeFingerprintEv

Posted by GitBox <gi...@apache.org>.
vibhatha commented on issue #7065:
URL: https://github.com/apache/arrow/issues/7065#issuecomment-621580413


   @bkietz and @wesm Thanks for the pointer.
   
   I will explain to them exactly on the ticket.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] vibhatha commented on issue #7065: Cython Table API Access gives an error libarrow_python.so.16: undefined symbol: _ZNK5arrow8DataType18ComputeFingerprintEv

Posted by GitBox <gi...@apache.org>.
vibhatha commented on issue #7065:
URL: https://github.com/apache/arrow/issues/7065#issuecomment-621591381


   @bkietz @wesm 
   
   I opened a JIRA
   
   https://issues.apache.org/jira/browse/ARROW-8638
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] bkietz commented on issue #7065: Cython Table API Access gives an error libarrow_python.so.16: undefined symbol: _ZNK5arrow8DataType18ComputeFingerprintEv

Posted by GitBox <gi...@apache.org>.
bkietz commented on issue #7065:
URL: https://github.com/apache/arrow/issues/7065#issuecomment-621546670


   Could you please open a JIRA? https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12319525&issuetype=1


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] wesm commented on issue #7065: Cython Table API Access gives an error libarrow_python.so.16: undefined symbol: _ZNK5arrow8DataType18ComputeFingerprintEv

Posted by GitBox <gi...@apache.org>.
wesm commented on issue #7065:
URL: https://github.com/apache/arrow/issues/7065#issuecomment-621567628


   This is suspicious
   
   ```
   /home/vibhatha/github/forks/twisterx/ENVTX/lib/python3.8/site-packages/pyarrow/libarrow_python.so.16
   ```
   
   If I had to guess you have many versions of Arrow on your system, including one that is pre-0.15
   
   If the libraries are located in site-packages/pyarrow then there is no need to put the libraries in your LD_LIBRARY_PATH. Indeed, please open a JIRA and provide more detail about exactly how you built the C++ and Python libraries and how you modified your environment variables


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org