Skip to content

Install dependencies that aren't in PyPI #2913

Answered by webknjaz
rodrigomologni asked this question in Q&A
Discussion options

You must be logged in to vote

dependency_links has been deprecated long ago. Distribution packages only declare the dependency specifications, not the indexes. Also, this problem can be solved on the pip level with requirements files.
Perhaps https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/ and https://caremad.io/posts/2013/07/setup-vs-requirement/ will help you understand why it has to work this way.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rodrigomologni
Comment options

Answer selected by webknjaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants