Skip to content

Installation fails due to lack of numpy #2732

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
takinbo opened this issue Jan 23, 2013 · 1 comment
Closed

Installation fails due to lack of numpy #2732

takinbo opened this issue Jan 23, 2013 · 1 comment
Labels
Build Library building on various platforms
Milestone

Comments

@takinbo
Copy link
Contributor

takinbo commented Jan 23, 2013

I have a case where I wrote a requirements file to install pandas. Included in the requirements file is an entry to install numpy alongside. The installation fails because pandas is trying to do an import (in its setup.py) of numpy which isn't installed yet.

Due to the fact that either setuptools or distribute is used for the installation of pandas, I think it's safe to trust that setuptools/distribute will ensure that the necessary version of numpy exists before installing pandas.

takinbo added a commit to takinbo/pandas that referenced this issue Jan 23, 2013
already installed on the target before it can be installed

A patch to fix issue pandas-dev#2732
wesm pushed a commit that referenced this issue Feb 10, 2013
already installed on the target before it can be installed

A patch to fix issue #2732
@ghost
Copy link

ghost commented Mar 14, 2013

closed via 28e2a38, 2 months ago.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

No branches or pull requests

1 participant