Skip to content

A patch to make pandas install and use numpy if it doesn't find it on the target host #2740

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

takinbo
Copy link
Contributor

@takinbo takinbo commented Jan 23, 2013

Pandas will normally fail to install if numpy is not installed on the target host. This should normally be resolved by specifying numpy as a dependency but Pandas will still require that numpy is installed first due to its need of the numpy include files.

This patch resolves this problem by changing the way the numpy include path is retrieved so that it is not necessary that numpy is first installed before pandas - they can both be installed together; numpy coming first of course.

already installed on the target before it can be installed

A patch to fix issue pandas-dev#2732
@wesm
Copy link
Member

wesm commented Feb 10, 2013

thanks! cherry picked this one

@wesm wesm closed this Feb 10, 2013
@ghost ghost mentioned this pull request Mar 17, 2013
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