Skip to content

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