Pip-tools: --process-dependency-links is not respected in in-files

Created on 29 Jan 2016  路  6Comments  路  Source: jazzband/pip-tools

If I specify a dependency in the requirements.in file with --process-dependency-links, pip-compile does not respect the flag yielding:

Could not find a version that matches ...

if the dependency-links is needed.

Most helpful comment

This applies to setup.py files as well - I have dependency links in my setup.py and pip-compile is saying it can't find a package.

All 6 comments

Further --process-dependency-links does not get passed through from the in file to the txt file.

I'm not sure if I follow. Can you explain what you expect and what the actual result is?

pip 8 allows specifying --process-dependency-links in the requirements file which then means that pip will use the dependency-links section in setup.py to satisfy requirements. pip-tools does not consider the dependency-links section even tho I have set --process-dependency-links in my requirements.in file.

This applies to setup.py files as well - I have dependency links in my setup.py and pip-compile is saying it can't find a package.

Any progress or alternative solution?

I'll close this since --process-dependency-links option has been removed from pip==19.0.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

atugushev picture atugushev  路  4Comments

mosesontheweb picture mosesontheweb  路  3Comments

marcelloromani picture marcelloromani  路  3Comments

dazza-codes picture dazza-codes  路  3Comments

kmontag picture kmontag  路  4Comments