Matt Davis

Results 738 comments of Matt Davis

What version of pipenv are you? The markers should be consistent as of about a year ago.

Sounds like a probable regression, also reported by: https://github.com/pypa/pipenv/issues/6217

@michaelsheka have you tried `CMAKE_ARGS="-DGGML_CUDA=on" pipenv install llama-cpp-python` ?

@dennisvang I have the fix out for PR now and am confident in that change -- it will no longer run a lock cycle during `--skip-lock` and handles your example...

I am wondering if anyone can setup a sample private repo for testing this case -- I'd like to help improve the code around it.

@dennisvang Could you test this report against this branch with I believe does better with the VCS env variables: https://github.com/pypa/pipenv/pull/6242

## Analysis of Issue #6195: ### 1. Problem Summary The issue reports a discrepancy in Pipenv's handling of HTTPS credentials for VCS installations when specified via environment variables. While direct...

Could you check @dennisvang if https://github.com/pypa/pipenv/pull/6276 solves for this (I think it should).

## Analysis of Issue #6191: ### 1. Problem Summary The user is questioning the use case of the `--ignore-pipfile` flag in the `pipenv install` command. Their experiments show no difference...