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.

Fatal dependency resolution issue with editable dependencies

See original GitHub issue

Checkout the code here and run test.sh with the latest version of pipenv to repro. Dependencies fail to resolve. If you revert to 2018.5.18 it works.

Additional info: moving the same sub-dependencies into the Pipfile directly also allows pipenv to resolve things properly (see the previous commit in the tree).

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
jkpcommented, Jul 2, 2018

Hi - I downloaded and tried the latest release and this still seems to be a live issue. Can I help to move it forward in any way?

3reactions
uranusjrcommented, Jul 3, 2018

ssh:// totally works with GitHub. The problem is that we are using the wrong format; it should be ssh://git@github.com/private/repo.git instead.

The problem likely lies into how requirementslib converts the URL before passing it into Git. We need to convert the git@host:username/repo.git format into ssh://git@host/username/repo.git so we can correctly parse it with urllib.parse to get relevent URL information. I hope this helps you tracking down the problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dependency resolution failure with git packages from different ...
Run pip install -e . in that directory. Pip installs the package from the local source, it follows the dependencies to install https://github....
Read more >
maven - Errors in pom.xml with dependencies (Missing artifact...)
It means maven is not able to download artifacts from repository. Following steps will help you: Go to repository browser and check if...
Read more >
Dependency Scanning - GitLab Docs
The Dependency Scanning feature can automatically find security vulnerabilities in your software dependencies while you're developing and testing your ...
Read more >
apt - How do I resolve unmet dependencies after adding a PPA?
One of the most basic fixes to resolve dependencies problems is to run: ... Packages are held because of dependency conflicts that apt...
Read more >
IntelliJ IDEA - Troubleshooting common Maven issues
This error usually indicates a problem with the compiler version compatibility, and you can check few places to fix it. For example, you...
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