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 15:25:52 UTC

[GitHub] [arrow] bnicholl opened a new issue #7056: AttributeError: module 'pyarrow' has no attribute 'py_buffer'

bnicholl opened a new issue #7056:
URL: https://github.com/apache/arrow/issues/7056


   I have installed pyarrow with pip and I get this error when importing pyarrow
   
   `import pyarrow`
   
   `AttributeError: module 'pyarrow' has no attribute 'py_buffer'`
   
   I have also uninstalled pyarrow via pip and installed pyarrow using conda, and I get the same error


----------------------------------------------------------------
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] jorisvandenbossche commented on issue #7056: AttributeError: module 'pyarrow' has no attribute 'py_buffer'

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


   What version did you install? Can you show the output of either `pip list` or `conda list` ? And can you show the full error traceback?


----------------------------------------------------------------
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 #7056: AttributeError: module 'pyarrow' has no attribute 'py_buffer'

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


   You have a module in your project called `pyarrow.py`. Try calling the file something else and it will work. Closing this


----------------------------------------------------------------
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] bnicholl commented on issue #7056: AttributeError: module 'pyarrow' has no attribute 'py_buffer'

Posted by GitBox <gi...@apache.org>.
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