Andrei

Results 39 comments of Andrei

Can you describe a use case?

I will provide logs but I am not sure I can provide a reprodiction example as I am not sure about how pip chooses its paths. Will try.

Just to be clear, i am on Linux and not on Windows. I deleted my previous comment since it was not correct.

Sorry for wasting your time. I should've just waited until I am back in front of the computer to post this report as I have more info. I updated the...

After some more trials, I think `-w.` is the better option instead of `-w .`. The latter creates a folder called ` .`

So are the open threads the only things left for this to go forward? Or is there something else missing? I'll try to find some time for this.

Message fetch connection is now implemented.

I think there is maybe a confusion in terms. Just to make sure we are using the same: in my environment python only ever runs on one host/execution platform, which...

Thank you all for the in depth response. I understand now the philosophy of it. It sort of makes sense. I was not aware of the cfg param. Will give...

Hm, okay so `cfg="exec"` is only accessible at rule definition time. Which means one would have to reimplement [all of this](https://github.com/aspect-build/rules_py/blob/43beacc2a5f58250af94f981325a79debb5e7250/py/private/py_binary.bzl#L132) just to change that flag. Second option of having...