You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "cpcloud (via GitHub)" <gi...@apache.org> on 2023/03/29 11:15:31 UTC

[GitHub] [arrow-datafusion-python] cpcloud opened a new issue, #302: pip install on windows builds from source

cpcloud opened a new issue, #302:
URL: https://github.com/apache/arrow-datafusion-python/issues/302

   **Describe the bug**
   A clear and concise description of what the bug is.
   
   `pip install datafusion>=0.20` builds from source on windows
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   See above.
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   I'd expect wheels to be installed.
   
   **Additional context**
   Add any other context about the problem here.
   
   We disabled datafusion windows builds in [this ibis PR](https://github.com/ibis-project/ibis/pull/5785) because building a rust project from source on windows is too onerous.


-- 
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.apache.org

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


[GitHub] [arrow-datafusion-python] andygrove commented on issue #302: pip install on windows builds from source

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove commented on issue #302:
URL: https://github.com/apache/arrow-datafusion-python/issues/302#issuecomment-1498368789

   @cpcloud We have just released version 21.0.0 of the Python bindings, and this time Windows wheel has been published. I will make sure we publish the Windows wheels going forward for all releases.


-- 
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-python] andygrove commented on issue #302: pip install on windows builds from source

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove commented on issue #302:
URL: https://github.com/apache/arrow-datafusion-python/issues/302#issuecomment-1503366163

   The wheel issues should all now be resolved as of DF 22, which is available on testpypi, so closing this issue. Feel free to reopen if you still have issues.
   
   ```shell
   python3 -m pip install --index-url https://test.pypi.org/simple/ datafusion==22.0.0
   ```


-- 
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-python] andygrove closed issue #302: pip install on windows builds from source

Posted by "andygrove (via GitHub)" <gi...@apache.org>.
andygrove closed issue #302: pip install on windows builds from source
URL: https://github.com/apache/arrow-datafusion-python/issues/302


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