Matt Davis

Results 643 comments of Matt Davis

@BreezySMX Check if your system has a Python31 directory as well, I recently had my Python auto update and there was both a `Python310` (old) directory and a `Python31` patched...

@BreezySMX Could you recheck this experience with the new version of pipenv `2022.8.5`?

I am going to close this issue out, but we can re-open if you find its in fact still an issue on `2022.8.15`.

@stefantaubert I am confused by the issue report because it would appear you are telling `pipenv install ` but instead of passing in a package name you are supplying a...

Just wanted to call out that `pipenv-fork` is not the actual documentation, which is hosted at: https://pipenv.pypa.io/en/latest/

@Winedays I tried it out and it seems the issue is with `py3-pip` -- I replaced that part of the Dockerfile with the get-pip script and it worked: ``` ARG...

Putting this one on hold until -- even though this flag isn't really supported, we probably need to support something that does the right thing for selective upgrades now that...

Deferring this for now -- it needs to be revisited, but one user suggested that we keep the functionality and don't support it. I don't love that approach either, but...

Definitely still an issue -- I tired a few things tonight without avail. I wish this code were not so complicated.

I think we also need to sort the constraints. @dqkqd care to open a PR?