Merge pull request #2021 from bitwave/pre-dep-hint

fixes issue #2019
This commit is contained in:
Dan Ryan
2018-04-18 21:34:21 -04:00
committed by GitHub
+3
View File
@@ -374,10 +374,13 @@ def actually_resolve_reps(
click_echo(
'{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.'
''
'Hint: try {3} if it is a pre-release dependency'
''.format(
crayons.red('Warning', bold=True),
crayons.red('$ pipenv install --skip-lock'),
crayons.red('$ pipenv graph'),
crayons.red('$ pipenv lock --pre'),
),
err=True,
)