You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Consider the following pip requirements file:
If one tries to install this using
pip -r pip-requirements
it will not work, because pip runspython setup.py egg_info
on all packages first, but APLpy has a dependency on Astropy insetup.py
. Is there a way we can avoid this issue, maybe by catchingegg_info
near the top ofsetup.py
and simply runningsetup()
for a limited set of options?The text was updated successfully, but these errors were encountered: