Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Can't install affiliated packages via pip-requirements #31

Closed
astrofrog opened this issue Oct 5, 2013 · 3 comments
Closed

Can't install affiliated packages via pip-requirements #31

astrofrog opened this issue Oct 5, 2013 · 3 comments

Comments

@astrofrog
Copy link
Member

Consider the following pip requirements file:

numpy
Cython
astropy
aplpy

If one tries to install this using pip -r pip-requirements it will not work, because pip runs python setup.py egg_info on all packages first, but APLpy has a dependency on Astropy in setup.py. Is there a way we can avoid this issue, maybe by catching egg_info near the top of setup.py and simply running setup() for a limited set of options?

@astrofrog
Copy link
Member Author

cc @mdboom @embray @eteq

@pllim
Copy link
Member

pllim commented May 7, 2014

Is this resolved?

@astrofrog
Copy link
Member Author

This is resolved now that we use astropy_helpers

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

No branches or pull requests

2 participants