-
-
Notifications
You must be signed in to change notification settings - Fork 616
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: handle zip/tar.gz requirements #93
Comments
This happens for normal editables, like |
@blueyed normal editables seem to work now. |
In
|
@stefanfoulis |
When I put
When I put
|
I have attached my extremely awkward wrapper of |
Is this still something relevant in the latest release (1.8.1 as I write this) and/or workflow ? |
This issue should be closed. Specifying the path to tarball as following works -f https://example.com/my-package-0.1.tar.gz |
It does not work with pip-compile 3.1.0, pip 18.1. |
AFAIK |
Just end the link with
|
@ashwinvis
|
@blueyed You are right. It ignores the line. I had several packages in the |
As a simpler case, have you tried a zip / tar.gz with a local file while using the |
Fixed by #807 |
I am getting the following error when trying to compile a requirements file, which contains a tar.gz entry:
The text was updated successfully, but these errors were encountered: