Matt Davis

Results 836 comments of Matt Davis

@aawilson I am not sure that this is a new behavior, so there may be something else going on, but you found that having the Pipfile allows it to work?...

@aawilson Just to clarify -- does it work to install if you include the `Pipfile` as well?

> To address this issue, there's a fix that is throwing all the indexes written inside Pipfile.lock into `index` and `extra_indexes` from the call of `get_source_list`. Yes, this is what...

@aawilson Would you be able to help verify the fix of the Pipfile.lock sources being preferred for the install phase? https://github.com/pypa/pipenv/pull/5380

Awesome, thanks for checking @aawilson -- I cut a new version last night to pypi which included this fix.

@lexabug You were getting lucky before because numpy is alphabetically before scikit-learn. As a current work around I recommend you `pipenv run pip install numpy` for the specific version you...

@lexabug I was just trying to test this with category based installs and was able to reproduce the issue -- I did have to use python 3.8 for this version...

Category based package installations was released last month.

@PgLoLo Are there still issues with pipenv working with conda?

I'd prefer if the environment variable were called `PIPENV_PYENV_ONLY` or something less verbose than `PIPENV_ONLY_USE_PYENV`. Also what if someone wants to only use asdf (I've never used this)? Maybe something...