Matt Davis

Results 600 comments of Matt Davis

The windows test was actually using: >Using default python from C:\Users\matte\AppData\Local\Programs\Python\Python311 Not sure why it had 3.9 in Pipfile (possibly separate issue) I used a variety of pythons across the...

Does the Pipfile specify the custom index, because the pipenv install command examples you supply aren't passing the `--index` arg.

I am not sure right off where the issue could be or how I could reproduce -- the latest versions are the best yet at installing extras, but this report...

We explicitly removed support for `extra-index-url` because it is a vector for package confusion attacks. The default index is used unless otherwise specified with an index. This is the concept...

@oliviagd following up on this -- have you found resolution or is support still requested?

> The attack surface can be minimized (I would even say mitigated) if you put your private repo in front of the public one. @TiansuYu I don't think that is...

@cansin Really great hearing from you! I hope you have been happy and healthy. I did a double take when I saw the PR opened and thought well this is...

I am not sure I understand the issue report -- do you have a reproduction example?

I was not able to reproduce this -- I copied the contents of the Pipfile linked above: ``` matte@LAPTOP-N5VSGIBD MINGW64 ~/Projects/pipenv-triage $ mkdir issue-5929 matte@LAPTOP-N5VSGIBD MINGW64 ~/Projects/pipenv-triage $ vim Pipfile...

The link to the Pipfile is now a 404 @remia -- just wondering if you were including pipenv in the pipfile? If so that wouldn't work -- is this still...