Keyword dependency_links is not found
See original GitHub issuecheck
command will fail if dependency_links
is not present in setup.py. Is it intended that we need an (empty) dependency_links=[]
in setup.py to get the ckeck
command passed?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
pip install dependency links - python - Stack Overflow
Assume that, I want to install a library from github. I have searched about that issue and I found something which I can...
Read more >Specifying dependencies that aren't in PyPI via ... - Setuptools
You need to add some URLs to the dependency_links argument to setup() . The URLs must be either: direct download URLs,. the URLs...
Read more >Specifying Dependencies — Python Packaging Tutorial
Packages Not On PyPI In those cases, you can specify a list of one or more dependency_links URLs where the package can be...
Read more >pip install seems to be ignoring dependency links - Server Fault
According to the 1.5 release-notes, dependency links are not "deprecated" - it is the --process-dependency-links that is needed to process them. Additionally, ...
Read more >How to Package Python dependencies with PIP setuptools
In order to download dependencies not found in PyPI, you will need to add URLs to a dependency_links section under setup() in the...
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
Just to confirm this issue is still present - let me know if I can help
Cool. Thanks for your work!