T

Results 42 comments of T

Also running into this on Apple M1. x86_64 musllinux grpcio wheels were working great for me, but on M1 there's no wheel. On Apple M1, the Debian-based ARM images can...

Related: https://github.com/python/mypy/issues/10633 Maybe not a `pdm` bug specifically, but probably worth mentioning.

> I started using `pdm` with `mypy` today. I do not see issues when using `pyproject.toml` to configure `mypy`: > > ``` > [tool.mypy] > disallow_untyped_defs = true > disallow_incomplete_defs...

> Still having the same behaviour after upgrading to pip 22.0.4. Using pipenv 2022.5.2: > > ```diff > diff --git tasks/Pipfile.lock tasks/Pipfile.lock > index f039f8175..086dbcb0c 100644 > --- tasks/Pipfile.lock >...

Still having this on the latest pipenv which should have the fix, right?

Interesting! I get the inconsistency between runs, however, on the same system. Could that happen from mismatched pip versions, locally?

I don't think this is fixed, unfortunately. I ran locking once with the new 2022.8.30 version. I ran it again, and the lock file was the same. However, the third...