Matt Davis

Results 721 comments of Matt Davis

What is the command issued to install it in the first place? Sorry if its there, but I am not seeing it.

Ah this is sometimes reported from time to time, essentially: Your pypi is likely the first source and the private sources secondary, so you have to explicitly add the downstream...

@sanspareilsmyn looks like a code linting error. I recommend installing `pre-commit` and then running `pre-commit install` in the root checkout of the repo. To correct existing files, run: `pre-commit run...

Also, I think your change here may be better/supersede the need for: https://github.com/pypa/pipenv/pull/6163 Is that also your impression?

> @matteius Hi! Do you mind if you review this PR? Thank you:) There are now conflicts with the code that changes -- it needs to be rebased from main.

You'll need to run with `--verbose` to try and determine where the resolver specifiers are restricting your package group to not be upgradable. Also can you provide the command you...

@shaneikennedy could you check this against https://github.com/pypa/pipenv/pull/6276

@shaneikennedy I believe this issue will be solved by https://github.com/pypa/pipenv/pull/6282

We bundle safety in pipenv but we have never modified it to change its logging behaviors. Doing so would require a .patch file that modified the vendored dependency, which may...

## Analysis of Pipenv Issue #6228 **1. Problem Summary:** The `pipenv check` command produces excessive log output even when the `--quiet` flag is used. The user expects only a concise...