Matt Davis

Results 910 comments of Matt Davis

@rittneje : >One of the motivations for using pipenv is to make sure that all developers install the exact same thing. Kind of -- the motivation is to install the...

> Can you elaborate on how exactly pipenv finds all the hashes so it can write them into the Pipfile.lock? That does not seem to be a normal function of...

@rittneje It is possible that with the improvements to hash collection in `2023.9.1` that you will have better results of this issue, but I cannot be certain without a re-check.

If you run with -v you should see the output of the pip resolver which should provide more details.

@SergeyCh92 there was a patch of the logger restricting its output in that version -- please try with `2023.8.28` which should have much more detailed logging from pip.

Even pip doesn't provide that level of detail, and we are leveraging pip, so I am not sure it will be feasible for us. Can you give an example of...

I have been working on pipenv lately and since I have 3 Windows systems I use I've gotten some good tips/tricks that I should compile at some point to improve...

For a while I was sure I was preferring the windows install of python, until Windows updates continued to leave things in a bad state for my PATH so I've...

Recommended install is to use `pip install pipenv --upgrade` -- I've recently switched away from the windows store python installers because the updates would continue to break/change my paths, so...