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/08/10 23:10:25 UTC

[GitHub] [arrow-datafusion] mmuru opened a new issue #853: How to build DataFusion python wheel

mmuru opened a new issue #853:
URL: https://github.com/apache/arrow-datafusion/issues/853


   The latest python datafusion release 0.2.0 (from PyPi) was Dec 9, 2020. The DataFusion 4.0.0 version released but no official DataFusion release for Python. I am trying to build a wheel from the source but no setup.py or instructions how to build a wheel package. Please, can someone provide the steps or instructions how to build a wheel package? Thanks. 


-- 
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-datafusion] houqp closed issue #853: How to build DataFusion python wheel

Posted by GitBox <gi...@apache.org>.
houqp closed issue #853:
URL: https://github.com/apache/arrow-datafusion/issues/853


   


-- 
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-datafusion] houqp commented on issue #853: How to build DataFusion python wheel

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #853:
URL: https://github.com/apache/arrow-datafusion/issues/853#issuecomment-896582745


   We will hopefully be able to release 0.3.0 this week. In the mean time you can follow the instructions at https://github.com/apache/arrow-datafusion/tree/master/python#how-to-develop. `maturin` is the command you want to use. `maturin develop` to build and install the binding into local python virtualenv. `maturin release` to build a release wheel that can be published to pypi index.


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