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
Locking [dev-packages] dependencies...
Locking [packages] dependencies...
Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
You can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
Could not find a version that matches botocore<1.11.0,==1.10.58,==1.10.70,>=1.10.58
While the pipenv graph don't show we need install 1.10.70 because awscli==1.15.59 already make we need install botocore==1.10.58
mkdir test_pipenv
pipenv install awscli==1.15.59 --python 3.6.3
pipenv install boto3==1.7.58
pipenv install localstack
There is warning about
botocore
While the
pipenv graph
don't show we need install1.10.70
becauseawscli==1.15.59
already make we need installbotocore==1.10.58
$ pipenv graph
$ pipenv --support
Pipenv version:
'2018.7.1'
Pipenv location:
'/usr/local/Cellar/pipenv/2018.7.1/libexec/lib/python3.7/site-packages/pipenv'
Python location:
'/usr/local/Cellar/pipenv/2018.7.1/libexec/bin/python3.7'
Other Python installations in
PATH
:2.7
:/usr/local/bin/python2.7
2.7
:/Users/jiamo/.pyenv/shims/python2.7
2.7
:/Users/jiamo/.pyenv/shims/python2.7
2.7
:/usr/local/bin/python2.7
2.7
:/usr/bin/python2.7
3.6
:/Users/jiamo/.pyenv/shims/python3.6m
3.6
:/Users/jiamo/.pyenv/shims/python3.6
3.6
:/Users/jiamo/.pyenv/shims/python3.6
3.7
:/usr/local/bin/python3.7m
3.7
:/Users/jiamo/.pyenv/shims/python3.7
3.7
:/Users/jiamo/.pyenv/shims/python3.7
3.7
:/usr/local/bin/python3.7
3.6.5
:/Users/jiamo/.pyenv/shims/python
3.6.5
:/Users/jiamo/.pyenv/shims/python
2.7.15
:/usr/local/bin/python
2.7.10
:/usr/bin/python
None
:/Users/jiamo/.pyenv/shims/python2
None
:/Users/jiamo/.pyenv/shims/python2
2.7.15
:/usr/local/bin/python2
3.6.5
:/Users/jiamo/.pyenv/shims/python3
3.6.5
:/Users/jiamo/.pyenv/shims/python3
3.7.0
:/usr/local/bin/python3
PEP 508 Information:
System environment variables:
PATH
CAML_LD_LIBRARY_PATH
MANPATH
TERM_PROGRAM
NVM_CD_FLAGS
ANDROID_HOME
PIP_PYTHON_PATH
SHELL
TERM
TMPDIR
PIPENV_VENV_IN_PROJECT
Apple_PubSub_Socket_Render
PERL5LIB
TERM_PROGRAM_VERSION
GOENV_ROOT
TERM_SESSION_ID
ZSH
OCAML_TOPLEVEL_PATH
USER
NVM_DIR
SSH_AUTH_SOCK
__CF_USER_TEXT_ENCODING
PYENV_VIRTUALENV_INIT
PAGER
LSCOLORS
OPAMUTF8MSGS
PIPENV_ACTIVE
_
PWD
JENV_LOADED
LANG
ITERM_PROFILE
XPC_FLAGS
PYTHONDONTWRITEBYTECODE
XPC_SERVICE_NAME
COLORFGBG
HOME
SHLVL
PYENV_SHELL
ITERM_SESSION_ID
LOGNAME
LESS
GOENV_SHELL
LC_CTYPE
NVM_BIN
GOPATH
COLORTERM
Pipenv–specific environment variables:
PIPENV_VENV_IN_PROJECT
:1
PIPENV_ACTIVE
:1
Debug–specific environment variables:
PATH
:/usr/local/Cellar/pipenv/2018.7.1/libexec/tools:/Users/jiamo/.pyenv/plugins/pyenv-virtualenv/shims:/Users/jiamo/.pyenv/shims:/Users/jiamo/.opam/4.06.1/bin:/Users/jiamo/.cargo/bin:/Users/jiamo/gcloud/google-cloud-sdk/bin:/Users/jiamo/go/bin:/Users/jiamo/.cabal/bin:/Users/jiamo/.goenv/shims:/Users/jiamo/.goenv/bin:/Users/jiamo/peloton/build/bin:/usr/local/sbin:/Users/jiamo/sml/HOL/bin:/Users/jiamo/.swiftenv/shims:/Users/jiamo/.jenv/shims:/Users/jiamo/.jenv/bin:/usr/local/opt/openssl/bin:/usr/local/Cellar/pipenv/2018.7.1/libexec/tools:/Users/jiamo/.pyenv/plugins/pyenv-virtualenv/shims:/Users/jiamo/.pyenv/shims:/Users/jiamo/.opam/4.06.1/bin:/Users/jiamo/.cargo/bin:/Users/jiamo/gcloud/google-cloud-sdk/bin:/Users/jiamo/go/bin:/Users/jiamo/.cabal/bin:/Users/jiamo/.goenv/shims:/Users/jiamo/.goenv/bin:/Users/jiamo/peloton/build/bin:/usr/local/sbin:/Users/jiamo/.nvm/versions/node/v6.11.3/bin:/Users/jiamo/sml/HOL/bin:/Users/jiamo/.swiftenv/shims:/Users/jiamo/.jenv/shims:/Users/jiamo/.jenv/bin:/usr/local/opt/openssl/bin:/Users/jiamo/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/Library/TeX/texbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOS:/Users/jiamo/Library/Android/sdk/tools:/Users/jiamo/Library/Android/sdk/platform-tools:/Users/jiamo/Library/Android/sdk/tools:/Users/jiamo/Library/Android/sdk/platform-tools
SHELL
:/bin/zsh
LANG
:en_US.UTF-8
PWD
:/Users/jiamo/papayafm/test_pipenv
Contents of
Pipfile
('/Users/jiamo/papayafm/test_pipenv/Pipfile'):Contents of
Pipfile.lock
('/Users/jiamo/papayafm/test_pipenv/Pipfile.lock'):The text was updated successfully, but these errors were encountered: