[DO NOT MERGE] Try PyArrow nightly release#6936
[DO NOT MERGE] Try PyArrow nightly release#6936jrbourbeau wants to merge 4 commits intodask:masterfrom
Conversation
|
I think the nightly wheel building is currently only working for linux, and those builds also pass (I think mac and windows are getting older nightly wheels). |
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Thanks for checking this!
| # Try nightly version of pyarrow | ||
| conda uninstall --force pyarrow | ||
| python -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ \ | ||
| --pre pyarrow |
There was a problem hiding this comment.
Could also put this in the if [[ ${UPSTREAM_DEV} ]] block above, and then actually merge this?
| conda uninstall --force pyarrow | ||
| python -m pip install --extra-index-url https://pypi.fury.io/arrow-nightlies/ \ | ||
| --pre pyarrow |
There was a problem hiding this comment.
Note that you can also install pyarrow from arrow-nightlies conda channel. There all possible combinations that are on conda-forge are also available.
|
For some reason, for python 3.6, it's installing pyarrow 0.13 from the conda-forge channel, and not the nightly (which causes the failure on those builds) For windows, it's still choosing the pyarrow 2.0.0 version from the conda-forge channel, and not the one from the nightlies channel for some reason. So those builds are also failing with the original failures we saw for pyarrow 2.0.0 on windows (one of the original reasons this version is being skipped on CI) |
|
Closing in favor of #7030 (thanks @jorisvandenbossche!) |
This is just to see if CI passes with the nightly version of
pyarrrow, in anticipation of a newpyarrrowrelease (xref #6772 (comment))black dask/flake8 dask