Skip to content

Commit 6927770

Browse files
authored
Merge branch 'master' into early-python-executable-check
2 parents e3ee7fb + 1d5f870 commit 6927770

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pipenv/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,13 @@ class PipCommand(basecommand.Command):
374374
click_echo(
375375
'{0}: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.\n '
376376
'You can use {1} to bypass this mechanism, then run {2} to inspect the situation.'
377+
''
378+
'Hint: try {3} if it is a pre-release dependency'
377379
''.format(
378380
crayons.red('Warning', bold=True),
379381
crayons.red('$ pipenv install --skip-lock'),
380382
crayons.red('$ pipenv graph'),
383+
crayons.red('$ pipenv lock --pre'),
381384
),
382385
err=True,
383386
)

0 commit comments

Comments
 (0)