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

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

@astrofrog

Description

@astrofrog

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions