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

[Python][CI] Install of nightly dask failing in integration tests #40377

Closed
jorisvandenbossche opened this issue Mar 6, 2024 · 1 comment
Closed

Comments

@jorisvandenbossche
Copy link
Member

See https://github.com/ursacomputing/crossbow/actions/runs/8164945889/job/22321225196

 #8 5.983 ERROR: Cannot install dask, dask 0+unknown (from https://github.com/dask/dask/archive/main.tar.gz#egg=dask[dataframe]) and dask[dataframe]==0+unknown because these package versions have conflicting dependencies.
#8 5.985 
#8 5.985 The conflict is caused by:
#8 5.985     The user requested dask 0+unknown (from https://github.com/dask/dask/archive/main.tar.gz#egg=dask[dataframe])
#8 5.985     dask[dataframe] 0+unknown depends on dask 0+unknown (from https://github.com/dask/dask/archive/main.tar.gz#egg=dask[dataframe])
#8 5.985     dask-expr 0.5.3 depends on dask==2024.2.1
@jorisvandenbossche jorisvandenbossche self-assigned this Mar 6, 2024
jorisvandenbossche added a commit to jorisvandenbossche/arrow that referenced this issue Mar 6, 2024
@jorisvandenbossche jorisvandenbossche added this to the 15.0.1 milestone Mar 6, 2024
@raulcd raulcd modified the milestones: 15.0.1, 16.0.0 Mar 7, 2024
jorisvandenbossche added a commit that referenced this issue Mar 7, 2024
…ts (#40378)

### Rationale for this change

Use a proper (non-deprecated) way of installing from git with an "extra", which also fixes the currently failing installation.

* GitHub Issue: #40377

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jorisvandenbossche
Copy link
Member Author

Issue resolved by pull request 40378
#40378

thisisnic pushed a commit to thisisnic/arrow that referenced this issue Mar 8, 2024
…on tests (apache#40378)

### Rationale for this change

Use a proper (non-deprecated) way of installing from git with an "extra", which also fixes the currently failing installation.

* GitHub Issue: apache#40377

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants