pipenv's vendored pip is not guaranteed to support the version of Python in the virtualenv #5685
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
Type: Enhancement 💡
This is a feature or enhancement request.
I installed
pipenv-2023-4-29
with Python 3.9 (viapipx
), and I am trying topipenv install --deploy
a Pipfile withIt's able to create the virtualenv using my pyenv-installed 3.6.15, but it fails to deploy because
pipenv/pipenv/patched/pip/__pip-runner__.py
Line 21 in 88f030e
Shouldn't
pipenv
be usingthe-venv/bin/python -m pip
(which is guaranteed to support the associated Python)?Alternatively, if the project is taking a hard line against supporting 3.6, an error should be raised as soon as the incompatible
python_version
is encountered.The text was updated successfully, but these errors were encountered: