Randy Döring

Results 313 comments of Randy Döring

Maybe, you need [pip-system-certs](https://gitlab.com/alelec/pip-system-certs) in your `C:\Python310` environment.

> I'm pretty neutral about whether to leave it on the root package (reasoning about cost can't matter for a single package), or have the export plugin work it out...

> I experimented with the arbitrary large-ish install at https://github.com/lincolnloop/python-package-manager-shootout I followed up on this and created a pyproject.toml with the following three dependencies, which only provide a source distribution:...

> The code does compute hashes, but does not compile bytecode, right? Good catch. It seems we did compare apples to oranges so far (at least to some degree). If...

Rebased on current master and * updated build and installer * removed `type: ignore` comments no longer needed for installer * replaced `pep517` usage by `pyproject-hooks` and added it as...

Rebased on current master and * updated `build` * removed the `threading.Lock` from `Chef` because it's not necessary anymore with the latest version of `build` * moved setting from `experimental.installer.modern-installation`...

Good point. It gave similar verbose output as pip but of course no note that this is probably not a problem with poetry. I added such a disclaimer. PTAL if...

Trying to clarify some statements: > The exact same issue was described in https://github.com/python-poetry/poetry/issues/2789, which was marked as solved, but the issue is still present on Poetry 1.2.0b3. I didn't...

tl;dr: I split off the plugins part so that you can find a full blown implementation for project plugins in #9547. Long story: I took a closer look at this...