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/28 22:05:13 UTC

[GitHub] [arrow] bnicholl commented on issue #7056: AttributeError: module 'pyarrow' has no attribute 'py_buffer'

bnicholl commented on issue #7056:
URL: https://github.com/apache/arrow/issues/7056#issuecomment-620879766


   Full error traceback:
   
   ```
   runfile('/home/boomiuser/s3_connect.py', wdir='/home/boomiuser')
   Using TensorFlow backend.
   Traceback (most recent call last):
   
     File "/home/boomiuser/s3_connect.py", line 14, in <module>
       import pyarrow.parquet as pq
   
     File "/home/boomiuser/pyarrow.py", line 13, in <module>
       buf = pa.py_buffer(data)
   
   AttributeError: module 'pyarrow' has no attribute 'py_buffer'
   ```
   
   pip list gives  `pyarrow        0.17.0`
   
   conda list gives same version
   
   
   
   


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