Dan Ryan
Dan Ryan
no worries, definitely happy to accept a PR and glad you are willing to tackle it :D also glad to know you are looking at the code and not struggling...
It would be helpful to see a use case here, I don't think any of us are eager to make fundamental changes to any parts of the spec. Since you...
Do environment variables not work here? `PIP_NO_BINARY=:vext:`
Making a post asking us about whether it’s ok for pipenv to blow up is not very productive. Obviously if a command fails instead of succeeds, as a user, you...
@acdha that would be greatly appreciated -- that particular `TypeError` pretty much always means we couldn't find whatever your executable was, the additional information is not very helpful I would...
@acdha the current plan has been focused on fixing testing infrastructure so I'm pretty sure this hasn't made it to anyone's priority list. I am very far from a click...
@Midnighter thanks for taking a stab at this, I can shed some light on how this is handled (I would love to see this land as we are using `pipdeptree`...
@naiquevin the fix outlined above is kind of independent of pipenv, it mostly relates to the fact that pip is maintaining an internal API that they are likely to continue...
https://travis-ci.com/sarugaku/pip-shims/builds/87356090 => it's now on a nightly cron to build against the master branch of pip, so ideally I'd have some warning when things break
I'm in the process of updating requirementslib to handle this issue, I think some of the tomlkit api may have changed but it looks mostly intuitive, I wouldn't worry too...