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 2021/07/12 07:57:17 UTC

[GitHub] [arrow] laomagic opened a new issue #10699: ModuleNotFoundError: No module named 'pyarrow._orc'

laomagic opened a new issue #10699:
URL: https://github.com/apache/arrow/issues/10699


   pip install pyarrow
   
   
   pyarrow\orc.py
   import pyarrow._orc as _orc
   ModuleNotFoundError: No module named 'pyarrow._orc'


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] westonpace closed issue #10699: ModuleNotFoundError: No module named 'pyarrow._orc'

Posted by GitBox <gi...@apache.org>.
westonpace closed issue #10699:
URL: https://github.com/apache/arrow/issues/10699


   


-- 
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: github-unsubscribe@arrow.apache.org

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



[GitHub] [arrow] westonpace commented on issue #10699: ModuleNotFoundError: No module named 'pyarrow._orc'

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


   The pip builds of 4.0.0 and 4.0.1 do not include orc.  You will need to install from `conda` or build from source.  Please also see: https://stackoverflow.com/questions/61382301/python-module-pyarrow-has-no-attribute-orc


-- 
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: github-unsubscribe@arrow.apache.org

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