-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency Import Broken starting with v2022.08.31 #5319
Comments
@mattthaber I am unable to lock your |
hmmm, so 2022.8.15 was just the local one i had , but i had tested with 2022.8.30 and it also worked. support with 2022.8.30... $ pipenv --supportPipenv version: Pipenv location: Python location: OS Name: User pip version: user Python installations found:
PEP 508 Information:
System environment variables:
Pipenv–specific environment variables: Debug–specific environment variables:
Contents of [[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
six = "*"
yajl-py = "*"
[dev-packages]
[requires]
python_version = "3.10"
Contents of {
"_meta": {
"hash": {
"sha256": "06410356d9d26d54cd9fc3753488ad44d9defcf79ac9c71c3af24135d83553a9"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.10"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"six": {
"hashes": [
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
],
"index": "pypi",
"version": "==1.16.0"
},
"yajl-py": {
"hashes": [
"sha256:086d5031aac0dc456476e79ce32615455b5e7bc0c29bcece595e65a41b6a551a"
],
"index": "pypi",
"version": "==2.1.2"
}
},
"develop": {}
}
|
I was able to sync with your lockfile on Anyway, what I can suggest as a work around is to |
|
ahhh ok makes sense then. we will resolve it on our end to get around then. i really appreciate the quick response and help investigating! |
Issue description
Starting with 2022.08.31 dependency installs have started breaking for a single package we install. This was working for all version prior to 2022.08.31, and has as a result of not pinning pipenv, broken all our pipelines.
Package:
yajl-py
Expected result
Actual result
Steps to replicate
Pipfile
Pipfile.lock
Pipenv Support
$ pipenv --support | pbcopy
$ pipenv --support
Pipenv version:
'2022.8.15'
Pipenv location:
'/Users/mhaber/.pyenv/versions/3.10.4/lib/python3.10/site-packages/pipenv'
setuptools version:
'58.1.0'
Python location:
'/Users/mhaber/.pyenv/versions/3.10.4/bin/python3.10'
OS Name:
'posix'
User pip version:
'22.2.2'
user Python installations found:
3.10.6
:/usr/local/bin/python3
3.10.4
:/Users/mhaber/.pyenv/versions/3.10.4/bin/python3
3.10.4
:/Users/mhaber/.pyenv/versions/3.10.4/bin/python3
3.10.4
:/Users/mhaber/.pyenv/versions/3.10.4/bin/python
3.9.13
:/Users/mhaber/.pyenv/versions/3.9.13/bin/python3
3.8.11
:/Users/mhaber/.pyenv/versions/3.8.11/bin/python3
3.8.9
:/usr/bin/python3
3.7.11
:/Users/mhaber/.pyenv/versions/3.7.11/bin/python3
2.7.16
:/usr/bin/python
2.7.16
:/usr/bin/python2
2.7.16
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
NVM_INC
TERM_PROGRAM
PYENV_ROOT
NVM_CD_FLAGS
TERM
SHELL
TMPDIR
TERM_PROGRAM_VERSION
TERM_SESSION_ID
PYENV_VERSION
NVM_DIR
USER
SSH_AUTH_SOCK
PYENV_DIR
PATH
GITHUB_OAUTH_TOKEN
LaunchInstanceID
__CFBundleIdentifier
PWD
LANG
PYENV_HOOK_PATH
XPC_FLAGS
XPC_SERVICE_NAME
PYENV_SHELL
HOME
SHLVL
LOGNAME
NVM_BIN
GITHUB_TOKEN
SECURITYSESSIONID
GH_TOKEN
__CF_USER_TEXT_ENCODING
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/mhaber/.pyenv/versions/3.10.4/bin:/usr/local/Cellar/pyenv/2.3.2/libexec:/usr/local/Cellar/pyenv/2.3.2/plugins/python-build/bin:/Users/mhaber/.poetry/bin:/Users/mhaber/.nvm/versions/node/v16.13.1/bin:/Users/mhaber/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
SHELL
:/bin/zsh
LANG
:en_CA.UTF-8
PWD
:/Users/mhaber/recreate
Contents of
Pipfile
('/Users/mhaber/recreate/Pipfile'):Contents of
Pipfile.lock
('/Users/mhaber/recreate/Pipfile.lock'):The text was updated successfully, but these errors were encountered: