Closed
Description
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"