From 5d33a08aeb9a6bfb48cd116eec88aeacc12d11f9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 22 Sep 2017 13:59:06 -0400 Subject: [PATCH] even better Signed-off-by: Kenneth Reitz --- pipenv/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/utils.py b/pipenv/utils.py index 49fae5a3..47294e77 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -456,7 +456,7 @@ def resolve_deps(deps, which, which_pip, project, sources=None, verbose=False, p resolved_tree = resolver.resolve() except NoCandidateFound as e: click.echo( - '{0}: Your dependencies could not be resolved.\n ' + '{0}: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.\n ' 'You can use {1} to bypass this mechanism, then run {2} to inspect the situation.' ''.format( crayons.red('Warning', bold=True),