question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Better error message if a pre dependency is not found

See original GitHub issue

I use pipenv --two and pipenv install angr aborts with:

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.
Could not find a version that matches capstone>=3.0.5.rc2
Tried: 2.0, 2.1, 3.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5rc2, 3.0.5rc2, 3.0.5rc2, 3.0.5rc2, 3.0.5rc2

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bitwavecommented, Apr 18, 2018

Maybe some kind of this with a hint:

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.
Could not find a version that matches capstone>=3.0.5.rc2
Tried: 2.0, 2.1, 3.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5rc2, 3.0.5rc2, 3.0.5rc2, 3.0.5rc2, 3.0.5rc2

Hint: try pipenv lock --pre if it is a pre-release dependency
1reaction
uranusjrcommented, Apr 18, 2018

I agree the message can be improved. Can you modify the title to make the scope clear?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sub-dependencies missing and "Could not find a version that ...
First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again. Alternatively, you can use $ pipenv ......
Read more >
apt - How do I resolve unmet dependencies after adding a PPA?
Package dependency errors are not always generic and depends on the package to be installed. If following all the steps given to fix...
Read more >
How to resolve Python package dependencies with pipenv?
14 Answers 14 ; not be resolved. You likely have a mismatch in your sub-dependencies. First try ; with $ pipenv lock --clear,...
Read more >
There has been a missing dependency failure, check the job ...
As MVC solution, we are improving the callout error message here to show the list of depended jobs that caused the missing dependencies ......
Read more >
How to Install and Correct Dependencies Issues in Ubuntu
When these dependency errors occur, we have multiple options we can try to address the issue. Enable all repositories; Update the software ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found