You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hotfix for pypa/pipenv#3079 (comment)
This is already fixed in master and should be released soon,
therefore this can be removed after the next pipenv version is released.
ph4r05
pushed a commit
to ph4r05/trezor-core
that referenced
this issue
Oct 25, 2018
hotfix for pypa/pipenv#3079 (comment)
This is already fixed in master and should be released soon,
therefore this can be removed after the next pipenv version is released.
I am having an issue installing extra requirements from drf-yasg
Issue description
pipenv install drf-yasg[validation]
drf-yasg = {extras = ["validation"], version = "*"}
is added to pipfilepipenv, version 2018.10.13
Actual result
After every operation, pipenv prints:
Ignoring flex: markers 'extra == "validation"' don't match your environment
If installing using pip install -r requirements.txt no errors are issued.
$ pipenv --support
Pipenv version:
'2018.10.13'
Pipenv location:
'/usr/local/lib/python3.7/site-packages/pipenv'
Python location:
'/usr/local/opt/python/bin/python3.7'
Python installations found:
3.6.5
:/Users/gtalarico/.local/share/virtualenvs/genomevr-dc4aIsRF/bin/python3.6m
3.6.5
:/Users/gtalarico/.pyenv/shims/python3
3.6.5
:/Users/gtalarico/.pyenv/shims/python
3.6.5
:/Users/gtalarico/.pyenv/shims/python3.6
3.6.5
:/Users/gtalarico/.pyenv/shims/python3.6m
3.6.5
:/usr/local/bin/python3.6
3.6.5
:/usr/local/bin/python3.6m
2.7.10
:/usr/bin/python
2.7.10
:/usr/bin/pythonw
2.7.10
:/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
PEP 508 Information:
System environment variables:
Apple_PubSub_Socket_Render
COLORFGBG
COLORTERM
COMMAND_MODE
HOME
ITERM_PROFILE
ITERM_SESSION_ID
LANG
LOGNAME
PATH
PIPENV_ACTIVE
PIPENV_DEFAULT_PYTHON_VERSION
PIP_PYTHON_PATH
PIP_SHIMS_BASE_MODULE
PROMPT
PWD
PYENV_SHELL
PYTHONDONTWRITEBYTECODE
PYTHONSTARTUP
REDSHIFT_CONN
SECURITYSESSIONID
SG_API_URL
SG_AUTH_URL
SG_BS_API_URL
SG_CACHE_SECRET
SG_CLIENT_ID
SG_CLIENT_SECRET
SG_LOCATION_API_URL
SHELL
SHLVL
SSH_AUTH_SOCK
SSH_KEY_PATH
TERM
TERM_PROGRAM
TERM_PROGRAM_VERSION
TERM_SESSION_ID
TMPDIR
USER
VIRTUAL_ENV
VIRTUAL_ENV_DISABLE_PROMPT
XPC_FLAGS
XPC_SERVICE_NAME
_OLD_VIRTUAL_PATH
__CF_USER_TEXT_ENCODING
Pipenv–specific environment variables:
PIPENV_ACTIVE
:1
PIPENV_DEFAULT_PYTHON_VERSION
:3.6
Debug–specific environment variables:
PATH
:/Users/gtalarico/.local/share/virtualenvs/genomevr-dc4aIsRF/bin:/Users/gtalarico/.pyenv/shims:/Users/gtalarico/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
SHELL
:/usr/local/bin/fish
LANG
:en_US.UTF-8
PWD
:/Users/gtalarico/Dropbox/Shared/dev/repos/genomevr
VIRTUAL_ENV
:/Users/gtalarico/.local/share/virtualenvs/genomevr-dc4aIsRF
Contents of
Pipfile
('/Users/gtalarico/Dropbox/Shared/dev/repos/genomevr/Pipfile'):Contents of
Pipfile.lock
('/Users/gtalarico/Dropbox/Shared/dev/repos/genomevr/Pipfile.lock'):The text was updated successfully, but these errors were encountered: