layday
layday
See also https://github.com/TkTech/can_ada.
> I've honestly never encountered this or suspected addon zip files were causing problems in my entire time playing and nobody has ever reported it. @layday , have you ever...
> [...] which would requite us to also fix how extras are passed to `upgrade`. This might've been fixed since? It looks like if I `pipx install nox[uv]` then `pipx...
(Typeshed PR: https://github.com/python/typeshed/pull/11724)
`aiojobs-stubs` is correct per PEP 561. This message is from [setuptools](https://github.com/pypa/setuptools) (or distutils) and AFAICT it doesn't cause a failure. I suppose `setuptools` expects you to declare it as a...
@abravalheri might know :)
@jaraco is able to move it.
I can reproduce it with `setup.py` so I'm not sure why you can't.
```sh (venv) ~/D/t/aiojobs-stubs (main|…) $ python -V Python 3.9.9 (venv) ~/D/t/aiojobs-stubs (main|…) $ python -m pip list Package Version ---------- ------- pip 21.3.1 setuptools 60.5.0 wheel 0.37.1 (venv) ~/D/t/aiojobs-stubs (main|…)...
It looks like setuptools attempted to run `bdist_wheel` twice, the second time after the wheel build directory had been deleted. It's hard to tell what might've caused that without looking...