Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build DataFusion python wheel #853

Closed
mmuru opened this issue Aug 10, 2021 · 1 comment
Closed

How to build DataFusion python wheel #853

mmuru opened this issue Aug 10, 2021 · 1 comment

Comments

@mmuru
Copy link
Contributor

mmuru commented Aug 10, 2021

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.

@houqp
Copy link
Member

houqp commented Aug 11, 2021

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.

@houqp houqp closed this as completed Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants