Matt Davis

Results 643 comments of Matt Davis

@rwong2888 It really appears that the `--system` flag is the issue, but let me know if there is a way to extend my example to encounter the same thing. Check...

`pipenv==2022.8.17` is released ... really curious if we can close down this issue yet.

We had a new release yesterday, more general fixes which includes looking for python3 over python in order of preference. Wondering if anyone has an update on this particular issue?...

@mogoh and @jnsnow Have you tried this with `pipenv==2022.1.8`?

Sorry I haven't gotten back around to this yet, but this is really useful feedback. I am not sure that dropping those flags is going to make everyone happy, but...

@yodaldevoid I believe the issue is that `--selective-upgrade` is working as intended, but that is hard to evaluate because it was never documented (not in the docs). I generally advise...

@yodaldevoid I am suggesting not to Pin all of your dependencies in your Pipfile, but rather figure out which ones are the reason why you are using `--selective-upgrade` in the...

@YDBD What is your local version of pip? `pip --version`? Can you install the new pipenv that was just released `2022.8.5` -- I am curious if that works better for...

@YDBD I believe your issue is related to use of string interpolation in the `install_requires` of the `setup.py`. Its not allowed by the parser because that is arbitrary callable code...

Closed in favor of: https://github.com/pypa/pipenv/issues/5167