David Hotham
David Hotham
~#9851 should not be relevant, installed packages were only ever used as a last-case fallback in case the requirement could not be found in an index or whatever.~ Take it...
cf https://github.com/python-poetry/poetry-plugin-export/issues/341 probably (the `ufw` and `python-apt` parts, not the homebrew part)
Nothing against #2072: but `python -m build` is not more difficult than `poetry build`. Publishing a wheel need not be blocked on that pull request.
> However, Wheels should be published on PyPI ... I can't tell what your point is. It sounds as though you think you are saying something different from what I...
working as designed. poetry first locks to a version - in this case `2.3.1+cpu`. then at install time it correctly fails to find that version for your platform. you may...
does not reproduce ``` $ git clone [email protected]:pandas-dev/pandas-stubs.git Cloning into 'pandas-stubs'... remote: Enumerating objects: 8903, done. remote: Counting objects: 100% (947/947), done. remote: Compressing objects: 100% (588/588), done. remote: Total...
I included the `--shell=none` only because hyperfine otherwise complained that shell startup was too significant in the uv benchmarking, it is otherwise pretty irrelevant. I do not agree that comparison...
sure, #1772
``` $ docker exec -it name bash Error response from daemon: No such container: name ``` please provide a way to reproduce. Presumably you have a dockerfile, share it.
`source /etc/bash_completion` ?