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

numpy and cython should not be required to be installed before setup.py runs #53

Open
tibbetts opened this issue Sep 20, 2015 · 1 comment

Comments

@tibbetts
Copy link
Contributor

Currently setup.py assumes numpy and cython are already installed, which requires a workaround in build scripts to explicitly install them before running pip.

@riastradh-probcomp
Copy link
Contributor

numpy is missing from setup_requires, but I would expect pip to be able to cope with running setup.py once to discover setup_requires and once more, after it has installed the setup requirements, to build the package. (To investigate after release.)

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