You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is related to #5254 and #5256 ... I have a PR out that fixes those issues, could you check @huang06 if it resolves what you are seeing: pip install git+https://github.com/pypa/pipenv.git@issue-5254 This is the PR: #5255
Issue description
With
pipenv==2022.8.14
,pip check
shows missing package error:In the precious version of pipenv (
==2022.8.5
),pip check
shows the expected result:Steps to replicate
$ pipenv --support
Pipenv version:
'2022.8.14'
Pipenv location:
'/usr/local/lib/python3.10/site-packages/pipenv'
setuptools version:
'63.2.0'
Python location:
'/usr/local/bin/python3'
OS Name:
'posix'
User pip version:
'22.2.2'
user Python installations found:
3.10.6
:/usr/local/bin/python
3.10.6
:/usr/local/bin/python3
3.9.2
:/usr/bin/python3.9
3.9.2
:/usr/bin/python3
PEP 508 Information:
System environment variables:
HOSTNAME
PYTHON_VERSION
PWD
PYTHON_SETUPTOOLS_VERSION
HOME
LANG
GPG_KEY
TERM
SHLVL
PYTHON_PIP_VERSION
PYTHON_GET_PIP_SHA256
PYTHON_GET_PIP_URL
PATH
OLDPWD
_
PIP_SHIMS_BASE_MODULE
PIP_DISABLE_PIP_VERSION_CHECK
PIP_PYTHON_PATH
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
LANG
:C.UTF-8
PWD
:/app
Contents of
Pipfile
('/app/Pipfile'):Contents of
Pipfile.lock
('/app/Pipfile.lock'):The text was updated successfully, but these errors were encountered: