Git(hub) dependencies not handled correctly
See original GitHub issueContext
I have a package dependency in the form of my-repository = {git = "ssh://git@github.com/myorganization/my-repository.git",ref = "feature/my-feature"}
in my Pipfile, which gets translated into an install_requires
dependency in the form of git+ssh://git@github.com/myorganization/my-repository.git@f2b9a9874d9d112a55ed963e82bdfb2a552a224e#egg=my-repository
.
Problem
Trying to install from setup.py produces Invalid requirement, parse error at "'+ssh://g'"
.
Solution
my-repository @ git+ssh://git@github.com/myorganization/my-repository.git@f2b9a9874d9d112a55ed963e82bdfb2a552a224e#egg=my-repository
as found here.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Exploring the dependencies of a repository - GitHub Docs
If a manifest or lock file is not processed, its dependencies are omitted from the dependency graph and they can't be checked for...
Read more >Python dependency versions not handled correctly · Issue #676
General Information JSII Version: 0.14.3 Platform: MacOS What is the problem? Transitive dependencies are not handled correctly in Python.
Read more >so file dependencies are not handled correctly #244 - GitHub
Trying to install AUR/yuzu leads to this: This is despite the dependencies clearly being available on the AUR page - libcubeb.so (cubeb-git) ...
Read more >extras not handled correctly when a distribution occurs twice ...
union the extras in the install requirement object · recurse into the dependencies specified by the extra (which probably means recursing into ...
Read more >Dependency links not handled correctly by pipenv >2021.5.29 ...
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@thiras @misharigot expect an update this week, thanks for the patience!!
Hey, can fix this issue on master branch and release a new version?thx