-
-
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 requirements fails for git requirements #5076
Comments
2 tasks
oz123
added a commit
that referenced
this issue
Apr 25, 2022
Solved by using existing convert_deps_to_pip function. Fix #5076. Original implementation by @fraser-langton. This also solves the export of packages with editable mode, as suggested by @hoyaaaa (#5071).
oz123
added a commit
that referenced
this issue
Apr 25, 2022
Solved by using existing convert_deps_to_pip function. Fix #5076. Original implementation by @fraser-langton. This also solves the export of packages with editable mode, as suggested by @hoyaaaa (#5071).
oz123
added a commit
that referenced
this issue
Apr 26, 2022
Solved by using existing convert_deps_to_pip function. Fix #5076. Original implementation by @fraser-langton. This also solves the export of packages with editable mode, as suggested by @hoyaaaa (#5071).
oz123
added a commit
that referenced
this issue
Apr 26, 2022
Solved by using existing convert_deps_to_pip function. Fix #5076. Original implementation by @fraser-langton. This also solves the export of packages with editable mode, as suggested by @hoyaaaa (#5071).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
running
pipenv requirements
with the below example dependency will failSuggested fix
Use the exisiting
pipenv.utils.dependencies.convert_deps_to_pip
function with some added parameters to output the requirements, remove parsing of file inpipenv.cli.command.requirements
itselfpipenv --support
$ pipenv --support
Pipenv version:
'2022.4.22.dev0'
Pipenv location:
'/Users/fraser/PycharmProjects/pipenv/pipenv'
Python location:
'/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin/python'
Python installations found:
3.9.4
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin/python3
3.9.4
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin/python
3.9.4
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin/python3.9
3.9.4
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin/python3
3.9.4
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin/python
3.9.4
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin/python3.9
3.9.4
:/Library/Frameworks/Python.framework/Versions/3.9/bin/python3
3.9.4
:/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9
3.9.4
:/usr/local/bin/python
3.9.4
:/usr/local/bin/python3.9
3.8.12
:/usr/local/opt/[email protected]/bin/python3
3.8.12
:/usr/local/opt/[email protected]/bin/python3.8
3.8.2
:/usr/bin/python3
3.7.4
:/Library/Frameworks/Python.framework/Versions/3.7/bin/python3
3.7.4
:/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7m
3.7.4
:/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7
3.7.4
:/usr/local/bin/python3.7m
3.7.4
:/usr/local/bin/python3.7
3.6.8
:/Library/Frameworks/Python.framework/Versions/3.6/bin/python3
3.6.8
:/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6
3.6.8
:/Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6m
3.6.8
:/usr/local/bin/python3
3.6.8
:/usr/local/bin/python3.6
3.6.8
:/usr/local/bin/python3.6m
2.7.16
:/usr/bin/python
2.7.16
:/usr/bin/python2
2.7.16
:/usr/bin/python2.7
PEP 508 Information:
System environment variables:
COMMAND_MODE
HOME
__CF_USER_TEXT_ENCODING
LOGIN_SHELL
PATH
USER
SSH_AUTH_SOCK
__INTELLIJ_COMMAND_HISTFILE__
TMPDIR
SHELL
LOGNAME
XPC_SERVICE_NAME
LC_CTYPE
XPC_FLAGS
__CFBundleIdentifier
TERM
TERMINAL_EMULATOR
SHLVL
PWD
OLDPWD
VIRTUAL_ENV
PS1
_
PIP_SHIMS_BASE_MODULE
PIP_DISABLE_PIP_VERSION_CHECK
PIP_PYTHON_PATH
PYTHONDONTWRITEBYTECODE
PYTHONFINDER_IGNORE_UNSUPPORTED
Pipenv–specific environment variables:
Debug–specific environment variables:
PATH
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA/bin:/usr/local/opt/[email protected]/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
SHELL
:/bin/zsh
PWD
:/Users/fraser/PycharmProjects/pipenv
VIRTUAL_ENV
:/Users/fraser/.local/share/virtualenvs/pipenv-qkKyoUkA
Contents of
Pipfile
('/Users/fraser/PycharmProjects/pipenv/Pipfile'):Contents of
Pipfile.lock
('/Users/fraser/PycharmProjects/pipenv/Pipfile.lock'):The text was updated successfully, but these errors were encountered: