-
-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip-compile fails when using -f in requirements.in #66
Comments
Happens with pip-review as well.
pip freeze gives:
|
Seems like we should be able to simply ignore these entries? Not sure when they occur in |
I belive, @coagulant already solved this issue: coagulant@2b1f0bc. But seems, he forgot to make a pull request. |
It happens to me when I use |
@svetlyak40wt dependency_links is not the same as find-links. Anyway pip no longer respects dependency links by default since 1.5, so I don't think it's worth merging as is. |
I am getting the same error in Simply ignoring any line starting with '-f' solved the issue. I don't know about side effects though. |
…em to package manager If we simply ignore dependency_links, requirements with such links will crash whole compilation. We're mitigating this problem, however, pip install -r requirements.txt might still fail in case requirement from dependency_links happens to be before the package that requestsed it.
I'm closing old issues. If this issue still applies and requires my attention, I ask you kindly to re-open it or file a new issue. Thanks. |
For reference: #93 is about a similar issue for |
The text was updated successfully, but these errors were encountered: