-
-
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
Pipfile with private index AND optional dependency doesn't work #6187
Comments
I also tried |
I discovered a BIG clue to this. It seems to be related to the optional dependency of the
then the |
Another test is that I removed the |
I wasn't aware of the
|
Currently the extras key should be defined, I believe when you run |
Let me try to clarify: With pipenv 2022.9.21:
With pipenv 2024.0.1:
|
2024.* broke something. All my installs fail with it trying to source setuptools from a private repo I have defined as a source. Stepping down to latest 2023.* fixes it.
|
Could this issue be checked against this branch? #6276 |
I have been using
pipenv 2022.9.21
for a long time and decided to try the latest and greatest. The latest2024.0.1
appears broken when it comes to locating packages in my private AWS CodeArtifact repo.Issue description
pipenv install
fails with thisPipfile
:I thought it might be a failure in resolving the env variable referenced in the alternate source index called
data_engineering
so I hardcoded it in thePipfile
. No change.Expected result
my_utils
package is downloaded successfullyActual result
Steps to replicate
pipenv install
$ pipenv --support
Pipenv version:
'2024.0.1'
Pipenv location:
'/opt/homebrew/Cellar/pipenv/2024.0.1/libexec/lib/python3.12/site-packages/pipenv'
Python location:
'/opt/homebrew/Cellar/pipenv/2024.0.1/libexec/bin/python'
OS Name:
'posix'
User pip version:
'24.0'
user Python installations found:
PEP 508 Information:
System environment variables:
MANPATH
TERM_PROGRAM
SHELL
TERM
HISTSIZE
HOMEBREW_REPOSITORY
TMPDIR
GOBIN
TERM_PROGRAM_VERSION
ADOPS_PAT
OLDPWD
TERM_SESSION_ID
TF_VAR_postman_localhost_api_key
FORGE_EMAIL
USER
LDAP_USERNAME
CODEARTIFACT_AUTH_TOKEN
SSH_AUTH_SOCK
PATH
__CFBundleIdentifier
PWD
JAVA_HOME
LANG
LDAP_PASSWORD
FORGE_API_TOKEN
XPC_FLAGS
PS1
ENVIRONMENT
XPC_SERVICE_NAME
SHLVL
HOME
SHELL_SESSION_HISTORY
HOMEBREW_PREFIX
LOGNAME
LOCAL_MYSQL_ROOT_PASSWORD
GOPATH
INFOPATH
HOMEBREW_CELLAR
BITBUCKET_PAT
HISTTIMEFORMAT
_
__CF_USER_TEXT_ENCODING
PIP_DISABLE_PIP_VERSION_CHECK
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/shawncastrianni/.go/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/usr/local/share/dotnet:~/.dotnet/tools:/usr/local/opt/liquibase
SHELL
:/bin/bash
LANG
:en_US.UTF-8
PWD
:/Users/shawncastrianni/GIT/data_api_one
Contents of
Pipfile
('/Users/shawncastrianni/GIT/data_api_one/Pipfile'):The text was updated successfully, but these errors were encountered: