Pipenv 2022.8.13 breaks libraries that require packaging #5247
Labels
Type: Bug 🐛
This issue is a bug.
Type: Regression
This issue is a regression of a previous behavior.
Issue description
It appears that libraries that explicitly require packaging cannot work on the latest version of pipenv.
Consider a simple project:
main.py
pipfile
dockerfile
Expected result
This should run successfully - on pipenv 2022.8.5 it does, but on 2022.8.13 it does not
Actual result
Steps to replicate
Provide the steps to replicate (which usually at least includes the commands and the Pipfile).
$ pipenv --support
Pipenv version:
'2022.8.13'
Pipenv location:
'/usr/local/lib/python3.9/site-packages/pipenv'
setuptools version:
'62.3.2'
Python location:
'/usr/local/opt/[email protected]/bin/python3.9'
OS Name:
'posix'
User pip version:
'22.2.2'
user Python installations found:
3.10.6
:/Users/zacksmith/.pyenv/versions/3.10.6/bin/python3
3.9.13
:/usr/local/bin/python3
3.9.13
:/usr/local/bin/python
3.9.13
:/usr/local/bin/python3.9
3.8.9
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj/bin/python3
3.8.9
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj/bin/python
3.8.9
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj/bin/python3.8
3.8.9
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj/bin/python3
3.8.9
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj/bin/python
3.8.9
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj/bin/python3.8
3.8.9
:/usr/bin/python3
PEP 508 Information:
System environment variables:
PATH
__CFBundleIdentifier
SHELL
SECURITYSESSIONID
TERM
USER
TMPDIR
LaunchInstanceID
COMMAND_MODE
TERMINAL_EMULATOR
LOGIN_SHELL
__INTELLIJ_COMMAND_HISTFILE__
SSH_AUTH_SOCK
XPC_FLAGS
TERM_SESSION_ID
__CF_USER_TEXT_ENCODING
LOGNAME
LC_CTYPE
XPC_SERVICE_NAME
HOME
SHLVL
PWD
OLDPWD
ZSH
PAGER
LESS
LSCOLORS
EDITOR
VIRTUAL_ENV
PS1
_
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
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
SHELL
:/bin/zsh
EDITOR
:nano
PWD
:/Users/zacksmith/PycharmProjects/pythonProject
VIRTUAL_ENV
:/Users/zacksmith/.local/share/virtualenvs/pythonProject-SGNO3Kqj
Contents of
Pipfile
('/Users/zacksmith/PycharmProjects/pythonProject/Pipfile'):Contents of
Pipfile.lock
('/Users/zacksmith/PycharmProjects/pythonProject/Pipfile.lock'):The text was updated successfully, but these errors were encountered: