-
-
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 broken with pip 19.0 #714
Comments
I'm having the same error when running |
Thanks for the report! It seems |
We have the same issue with Python 2.7.15 and 3.7.1, The issue was fixed with: |
I don't see a new pypi release out yet for pip-tools, so I don't know why this was closed so soon. |
@impredicative |
Well, so let's reopen it until the issue is actually resolved. Or should users file a new issue? Ridiculous automated actions are no justification for disregarding commonsense. |
Hello @impredicative, I'll be making a release to pypi soon, worst case this evening (EST). Quite a busy day today. Our (my) current approach is to try to make releases a soon as possible once something gets in, which alleviates this "limbo" situation. Although, if you have an idea to track fixed-but-unreleased issues with Github system, I'd be sincerely happy to hear it (maybe as a separate issue for visibility on the discussion). Cheers! |
Had a small pipeline issue last night (#716), I'll make a 3.3.1 release ASAP |
Done: https://pypi.org/project/pip-tools/3.3.1/ Cheers! |
Great! It works here, thanks! |
Describe the issue briefly here.
Environment Versions
darwin
$ python -V
Python 2.7.15
$ pip --version
pip 19.0 from /Users/brandon/src/images/.venv/lib/python2.7/site-packages/pip (python 2.7)
$ pip-compile --version
pip-compile, version 3.2.0
Steps to replicate
The text was updated successfully, but these errors were encountered: