-
-
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
pipenv gets confused by dependencies #2823
Comments
We are seeing the same thing with
Now trying to follow the debugging instructions above, but there is no mention of
|
Similar problem. I think the issue is that Anyway, suggestions I don't have time to implement right now:
|
Also it seems like the majority of current github issues are variations on this theme... |
I'm also trying to install
Output
These are the lines that appear to be the source of the
At the beginning of the round, the candidate flask was already restricted.
It seems like it shouldn't be using EDIT: I'm able to reproduce with a much-reduced set of packages.
|
This looks like #2596. Using |
@jvstein thanks, I will close this then! |
Issue description
Installing
apache-airflow
fails during lockfile generation, pipenv tells me:But looking at the graph, there are NO dependencies such as
==2.8.1
or>=2.10,
:Expected result
lockfile generation not to fail
Actual result
When possible, provide the verbose output (
--verbose
), especially for locking and dependencies resolving issues.Steps to replicate
$ pipenv --support
Pipenv version:
'2018.7.1'
Pipenv location:
'/usr/lib/python3.7/site-packages/pipenv'
Python location:
'/usr/bin/python'
Other Python installations in
PATH
:2.7
:/usr/bin/python2.7
2.7
:/usr/bin/python2.7
3.6
:/home/victor/.pyenv/shims/python3.6
3.7
:/usr/bin/python3.7m
3.7
:/usr/bin/python3.7
3.7.0
:/home/victor/.pyenv/shims/python
3.7.0
:/usr/bin/python
2.7.15
:/usr/bin/python2
3.7.0
:/home/victor/.pyenv/shims/python3
3.7.0
:/usr/bin/python3
PEP 508 Information:
System environment variables:
LANG
DISPLAY
SHLVL
LOGNAME
CLOUDSDK_PYTHON_ARGS
XDG_VTNR
MOZ_PLUGIN_PATH
XAUTHORITY
PWD
MAVEN_OPTS
COLORTERM
XDG_SESSION_ID
GNOME_TERMINAL_SCREEN
DESKTOP_SESSION
XDG_SESSION_DESKTOP
GDMSESSION
GNOME_DESKTOP_SESSION_ID
USERNAME
WINDOWPATH
CLOUDSDK_PYTHON
DBUS_SESSION_BUS_ADDRESS
VTE_VERSION
MAIL
GNOME_TERMINAL_SERVICE
GJS_DEBUG_TOPICS
XDG_MENU_PREFIX
CLOUDSDK_ROOT_DIR
GOOGLE_CLOUD_SDK_HOME
GDM_LANG
GJS_DEBUG_OUTPUT
XDG_SESSION_TYPE
SHELL
TERM
QT_IM_MODULE
SESSION_MANAGER
XDG_CURRENT_DESKTOP
PATH
SSH_AUTH_SOCK
HOME
XDG_SEAT
XMODIFIERS
XDG_RUNTIME_DIR
USER
OLDPWD
ZSH
PAGER
LESS
LC_CTYPE
LSCOLORS
LS_COLORS
CHROME_BIN
EDITOR
NVM_DIR
NVM_CD_FLAGS
NVM_BIN
PYENV_SHELL
_
PYTHONDONTWRITEBYTECODE
PIP_PYTHON_PATH
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/victor/.pyenv/shims:/home/victor/.nvm/versions/node/v8.11.2/bin:/home/victor/.yarn/bin:/home/victor/.local/bin:/opt/google-cloud-sdk/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
SHELL
:/usr/bin/zsh
EDITOR
:vim
LANG
:fr_FR.UTF-8
PWD
:/XXXX/test
Contents of
Pipfile
('/XXXX/test/Pipfile'):Contents of
Pipfile.lock
('/home/victor/Codebases/ps-nexans/devkit/airflow/test/Pipfile.lock'):The text was updated successfully, but these errors were encountered: