David Hotham

Results 1108 comments of David Hotham

Homebrew-installed poetry problems are very often a problem with their packaging. Install poetry via a supported method, or report this to homebrew.

if you can't share a pyproject.toml that reproduces this there's little chance that you can be helped it probably has something to do with an unusual version number somewhere in...

also we probably might as well assume it's a duplicate of #8202

#69 should be preferred

Poetry does not support disabling isolated builds. I don't find any issues promising that it would.

You should raise that with torchao

IMO too much internet ink has been spilled on the topic of upper bounds. The trade-offs are pretty clear, but for an actively maintained project the downsides aren't so bad...

> because of Poetry's defaults many libraries include upper bounds resulting in unsolvable dependency trees without consideration. In my experience this is a great exaggeration of the number of unsolvable...

`from poetry.core.constraints.version import parse_constraint` and do the validation round about [here](https://github.com/python-poetry/poetry/blob/f310a592ad3ab41bb8d635af6bacaf044a1fefef/src/poetry/console/commands/init.py#L345-L350) please make a merge request

You don't need to make an "official request" to fix the docs, just submit a merge request - make it happen yourself! (Reporters in both of the issues that you...