Hacker News new | ask | show | jobs
by staticautomatic 1969 days ago
For god’s sake at least let requirements install in order.
1 comments

Are there scenarios where this doesn’t happen?

I had a quick look in pip and install order is predicated on requirements order https://github.com/pypa/pip/blob/c188d1f08f1a4a2c0a03e397f15...