-
-
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
Resolver/lock fail #2879
Comments
@techalchemy The dependency resolve of |
Definitely possible, is that fixed in master here? If so, can someone confirm? |
Still seeing the issue in 7a696ce |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Locking fails looking for a suitable
amqp
library:Expected result
flower
depends oncelery>=3.1.0
.celery==3.1.25
should satisfy that, but it ends up pulling requirements from a more recent version ofcelery
which wantsamqp<3.0,>=2.1.4
by way ofkombu<5.0,>=4.2.0
.Actual result
Steps to replicate
$ pipenv --support
Pipenv version:
'2018.7.1'
Pipenv location:
'/usr/local/lib/python2.7/dist-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.5
:/usr/bin/python3.5m
3.5
:/usr/bin/python3.5
2.7.12
:/usr/bin/python
2.7.12
:/usr/bin/python2
3.5.2
:/usr/bin/python3
PEP 508 Information:
System environment variables:
PYTHONDONTWRITEBYTECODE
LESSOPEN
SSH_CLIENT
LOGNAME
USER
PATH
HOME
LANG
TERM
SHELL
SHLVL
XDG_RUNTIME_DIR
PIP_PYTHON_PATH
XDG_SESSION_ID
_
SSH_CONNECTION
LESSCLOSE
SSH_TTY
OLDPWD
XDG_DATA_DIRS
PWD
MAIL
LS_COLORS
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/home/ubuntu/bin:/home/ubuntu/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
SHELL
:/bin/bash
LANG
:en_US.UTF-8
PWD
:/home/ubuntu/tmp
Contents of
Pipfile
('/home/ubuntu/tmp/Pipfile'):The text was updated successfully, but these errors were encountered: