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

requires numpy before installing #49

Open
Zsailer opened this issue Apr 7, 2020 · 0 comments
Open

requires numpy before installing #49

Zsailer opened this issue Apr 7, 2020 · 0 comments

Comments

@Zsailer
Copy link
Member

Zsailer commented Apr 7, 2020

The epistasis package imports numpy in its setup.py file to setup the C-extension.

This requires users to install numpy manually before installing epistasis. If numpy is not installed, calling pip install epistasis fails.

We need to refactor the setup.py file to first install numpy, then import when ready.

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

No branches or pull requests

1 participant