Erwan Leroy

Results 50 comments of Erwan Leroy

I've run into this problem quite a few times this week, I have noticed many of the re-pip installed packages are ignoring the python requirements from the pip package, often...

The above is of course assuming pip and/or setuptools provides that information needed, which I assumed it did due to the metadata. For now, I have written a utility that...

Oops, that is correct. Maybe it could be summarised as rez-pip dependencies/variants are not lining up properly with pip's own version of dependencies/variants. Whether that is the per-python dependencies, or...

This mentions history being fixed in 2.35.0 for powershell, however I'm using 2.104.9 and once I get into a context, whether from powershell or cmd, there is no more history...

I spent a little bit of time googling, and eventually landed on https://discuss.python.org/t/interactive-command-history-in-session-started-with-subprocess-on-windows/3701/2. ' Based on this, in the properties of my powershell window I increased the "Number of Buffers"...

I don't disagree, it's just not particularly obvious at first, where launching commands from cmd or powershell has a properly working history, but as soon as rez is in the...

Hello @nerdvegas. I'm doing a brand new setup of rez, and got into a similar situation as @gst above (and his suggestion to not include the pythonpath for the python...