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

Fix setup.py to run numpy code only when it's already been installed. #5

Merged
merged 1 commit into from
May 19, 2015

Conversation

mittagessen
Copy link
Contributor

Installing pyxDamerauLevenshtein using pip fails when numpy isn't already installed because setup.py requires numpy to run which pip doesn't know about until numpy has already been installed. This patch enables to run ./setup.py egg_info without numpy being installed. See also pypa/pip#25 for further discussion about this issue.

gfairchild added a commit that referenced this pull request May 19, 2015
Fix setup.py to run numpy code only when it's already been installed.
@gfairchild gfairchild merged commit 1951bfa into lanl:master May 19, 2015
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