Skip to content

ARROW-1595: [Python] Fix package dependency resolution issue causing broken builds #1123

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

Closed
wants to merge 1 commit into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Sep 21, 2017

One of the dependencies installed in the docs requirements is causing NumPy to get downgraded by the SAT solver, and this is then causing an ABI conflict with the pyarrow build (which was built with a different version of NumPy). This installs everything in one conda install call

Change-Id: Ie5866141da967c8bcc6ff4281710b1f66d28b62d

# Expensive dependencies install from Continuum package repo
conda install -y -q pip numpy pandas cython
conda install -y -q pip \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pandas-dev/pandas#17619

you may need to be more specific

@wesm
Copy link
Member Author

wesm commented Sep 21, 2017

+1. thanks @jreback -- if the build failures reappear we can apply this fix

@asfgit asfgit closed this in 8fd73b4 Sep 21, 2017
@wesm wesm deleted the ARROW-1595 branch September 21, 2017 23:28
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

Successfully merging this pull request may close these issues.

2 participants