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.

Keyword dependency_links is not found

See original GitHub issue

check 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:open
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
inversecommented, Feb 2, 2021

Just to confirm this issue is still present - let me know if I can help

0reactions
xoxyscommented, Mar 1, 2020

Cool. Thanks for your work!

Read more comments on GitHub >

github_iconTop 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 >

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