Henry Schreiner

Results 2521 comments of Henry Schreiner

It doesn't require virtualenv, actually. But if it has one ~~with a sufficient version~~, it should use that instead of `venv`. My guess is it's not adding pip to the...

`pip install build[virtualenv]` will force virtualenv>=20.0.35. Should we ignore `import virtualenv` if it's older than 20.3.35?

I thought we did, I just looked at the top and didn't see it. Also, the line that is breaking here is in the venv code, if I'd looked more...

@votedmost What does a fresh venv look like on your system? (see the linked issue, could you do the same sort of check?) Do you have an idea of how...

The reason I didn't add this yet was I felt the old logic just tried "everthing possible", and wanted a more principled approach. Hard-coding things like pypy means this might...

The first, simple step I'd assume is to make sure we can compile against free-threaded mode but still hold the GIL. I've fixed the four tests fail due to refcount...

Please, please, please use a proper build backend designed for CMake like [scikit-build-core](https://scikit-build-core.rtfd.io). There are long list of benefits that you’ll have to solve yourself if you do it yourself....

If you are asking a question specifically of a specific tool (setuptools), why are you asking it here instead of at `github.com/pypa/setuptools`? You literally said "I would MUCH PREFER to...

(Oh, and on the edit:) > Also notice that if I did use some other 'backend' - scare quotes because setuptools documentation doesn't even really inform us what a build...