Matt Davis

Results 600 comments of Matt Davis

@asrelo I believe that is because the relative path is now the src directory which is missing the pyproject.toml (its in the parent).

Can you try the prototype branch that tries converts pythonfinder away from pydantic and onto vanilla dataclasses. Would be a good check against those changes: https://github.com/pypa/pipenv/pull/6065

extra index urls as a parallel search index are not supported in pipenv, as it allows for package confusion attacks. So instead, we require that the secondary indexes be called...

Do you have any sub-dependencies that need to be pulled from the secondary index which are not listed in the Pipfile?

Well that is the logical explanation, can you run with `--verbose` to double check?

The other possibility is that two two libraries require things that are conflicting so the resolver excludes one of them as being possible.

Please help me to understand the use case(s) for wanting the local file dependency to _not_ be "editable".

I forget the exact reason I ran into why it ended up being to treat them all as editable, but I am willing to revisit -- I just feel I...