David Hotham

Results 1108 comments of David Hotham

> If messing with the constraints is the only way to influence the resolution, that contradicts the basic concepts of the model in a pretty severe way It does not....

obviously there is not enough information here for anyone to do anything, most likely there is no problem with poetry

You need to provide enough detail so that the reader can reproduce what you are seeing; else debug this yourself.

code is [here](https://github.com/python-poetry/poetry/blob/26da130da263f668a5674a40a30cb1465c605a55/src/poetry/installation/chooser.py#L63-L95), simplest way to make a proposal is likely by making a pull request

This sounds like a step backwards, you will likely need to make a stronger case than "some teams prefer". > causes trouble in Linux and MacOS You didn't say what...

You forgot to provide the information that the issue template asks for, especially the output of `poetry -vvv ` If you did that then the stack trace would make the...

> - Installing torch (2.7.1+cu128): Pending... > - Installing torch (2.7.1+cu128): Skipped for the following reason: Not required probably you need to provide whichever extra it is that you want

OP is not installing torch because they are not specifying any extra and so none of their torch requirements is activated. There is no poetry bug. If you are doing...

> I thought that I did that by executing poetry install --with gpu? no, `--with` selects groups. But the dependencies in your groups have markers saying that they are only...