-
-
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
Package from Pipfile.lock ignored because of last (irrelevant) marker not matching #2520
Comments
This works as expected with |
Hi! Could you help verify whether this happens at 2018.6.25? It would help us a lot to pin down exactly what change caused this issue. Thanks! Also, sorry for the bug :( |
It has the same error on 2018.6.25. |
I see, thanks so much! We’ll investigate. |
the debugging info on here is actually super helpful, I think I know exactly why this is happening and how to fix. Thanks for reporting |
- Fixes #25 - Fixes pypa/pipenv#2520 Signed-off-by: Dan Ryan <dan@danryan.co>
- Fixes #25 - Fixes pypa/pipenv#2520 Signed-off-by: Dan Ryan <dan@danryan.co>
Issue description
This package is not installed though I'm running with python 2.7:
The output from
pipenv
:Expected result
A package with markers matching my version of python to be installed.
Actual result
When running with
-v
I see this as it is installing:Steps to replicate
Building this
Dockerfile
shows the problem.The key part of the output:
$ 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
2.7.12
:/usr/bin/python
2.7.12
:/usr/bin/python2
PEP 508 Information:
System environment variables:
HOSTNAME
PYTHONDONTWRITEBYTECODE
PATH
PWD
PIP_PYTHON_PATH
HOME
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD
:/home
Contents of
Pipfile
('/home/Pipfile'):Contents of
Pipfile.lock
('/home/Pipfile.lock'):The text was updated successfully, but these errors were encountered: