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

remove numpy bootstrap hack in setup.py #1296

Closed
jairideout opened this issue Mar 1, 2016 · 2 comments
Closed

remove numpy bootstrap hack in setup.py #1296

jairideout opened this issue Mar 1, 2016 · 2 comments
Assignees

Comments

@jairideout
Copy link
Contributor

This hack causes #997, which doesn't have a clear/clean fix. Since we're moving forward with conda, which doesn't have this problem, I think we should remove the hack and acknowledge that when installing scikit-bio with pip/setup.py, numpy must be installed first.

Update README.rst pip install instructions to be:

pip install numpy
pip install scikit-bio
@souravsingh
Copy link

I would like to work on the issue

@ebolyen
Copy link
Contributor

ebolyen commented Mar 1, 2016

Sounds great, thanks @souravsingh!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants