Skip to content

pip install -r requirements.txt doesn't know when package installation fails during native compilation #2

Closed
@michaelkirk

Description

@michaelkirk

pip install -r requirements.txt failed on a few packages on the first run (because I didn't have some required headers for some native compilation requirements).

After installing the proper headers, I'd like to rerun "pip install -r requirements.txt" and any packages who's installation wasn't complete would retry.

Instead I had to manually specify

pip install "PackageName"

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automationtype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions