-
-
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
Generating a requirements.txt file is broken on master #3216
Comments
This was referenced Nov 13, 2018
@greysteil does it work if you try against #3217? |
@techalchemy afraid not - I get
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Running
pyenv exec pipenv lock -r > req.txt
should create areq.txt
file with all the requirements that are in the lockfile. Instead it raises a key error.(No biggie - just creating this issue because it's bust on master and I wouldn't want it to make it into a release! v2018.10.13 works just fine.)
Expected result
A
req.txt
file is generated correctly.Actual result
Steps to replicate
pyenv exec pipenv lock --verbose -r > req.txt
with Pipenv at 1c9b929$ pipenv --support
Pipenv version:
'2018.10.14.dev0'
Pipenv location:
'/Users/greysteil/code/dependabot-core/helpers/python/src/pipenv/pipenv'
Python location:
'/Users/greysteil/.pyenv/versions/3.6.6/bin/python3.6'
Python installations found:
3.7.0
:/Users/greysteil/.pyenv/versions/3.7.0/bin/python3
3.7.0
:/Users/greysteil/.pyenv/versions/3.7.0/bin/python3.7m
3.6.7
:/Users/greysteil/.pyenv/versions/3.6.7/bin/python3
3.6.7
:/Users/greysteil/.pyenv/versions/3.6.7/bin/python3.6m
3.6.6
:/Users/greysteil/.pyenv/versions/3.6.6/bin/python3
3.6.6
:/Users/greysteil/.pyenv/versions/3.6.6/bin/python3.6m
3.6.5
:/Users/greysteil/.pyenv/versions/3.6.5/bin/python3
3.6.5
:/Users/greysteil/.pyenv/versions/3.6.5/bin/python3.6m
3.6.5
:/usr/local/bin/python3
3.6.5
:/usr/local/bin/python3.6m
3.5.0
:/Users/greysteil/.pyenv/versions/3.5.0/bin/python3
3.5.0
:/Users/greysteil/.pyenv/versions/3.5.0/bin/python3.5m
2.7.15
:/Users/greysteil/.pyenv/versions/2.7.15/bin/python
2.7.14
:/Users/greysteil/.pyenv/versions/2.7.14/bin/python
2.7.10
:/usr/bin/python
2.7.10
:/usr/bin/pythonw
2.7.10
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
TERM_PROGRAM
PYENV_ROOT
TERM
SHELL
CLICOLOR
TMPDIR
Apple_PubSub_Socket_Render
TERM_PROGRAM_VERSION
TERM_SESSION_ID
PYENV_VERSION
USER
SSH_AUTH_SOCK
PYENV_DIR
LSCOLORS
PATH
PWD
EDITOR
LANG
PYENV_HOOK_PATH
XPC_FLAGS
RBENV_SHELL
XPC_SERVICE_NAME
HOME
SHLVL
LOGNAME
__CF_USER_TEXT_ENCODING
PIP_DISABLE_PIP_VERSION_CHECK
PIP_SHIMS_BASE_MODULE
PYTHONDONTWRITEBYTECODE
PIP_PYTHON_PATH
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/Users/greysteil/.pyenv/versions/3.6.6/bin:/usr/local/Cellar/pyenv/1.2.8/libexec:/Users/greysteil/.pyenv/plugins/pyenv-virtualenv/bin:/Users/greysteil/.pyenv/plugins/pyenv-update/bin:/Users/greysteil/.pyenv/plugins/pyenv-installer/bin:/Users/greysteil/.pyenv/plugins/pyenv-doctor/bin:/Users/greysteil/.poetry/bin:/Users/greysteil/.config/yarn/global/node_modules/.bin:/Users/greysteil/.poetry/bin::/Users/greysteil/go/bin::/usr/local/opt/erlang@20/bin:/Users/greysteil/.pyenv/bin:/Users/greysteil/.cargo/bin:/usr/local/heroku/bin:/Users/greysteil/.rbenv/shims:/usr/local/bin:./node_modules/.bin:.bundle/binstubs:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/local/git/bin:/usr/local/sbin
SHELL
:/bin/bash
EDITOR
:subl -w
LANG
:en_GB.UTF-8
PWD
:/Users/greysteil/code/python-test
Contents of
Pipfile
('/Users/greysteil/code/python-test/Pipfile'):Contents of
Pipfile.lock
('/Users/greysteil/code/python-test/Pipfile.lock'):The text was updated successfully, but these errors were encountered: