-
-
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-tools 3.0.0 incompatible with pip 18.1 #688
Comments
I guess this is related to commit pypa/pip@a5a07fe, which moved |
Thanks @eseifert, that helped, We might be able to fix this today. |
No problem. That's great news!
|
Added shims for the move of `InstallRequirement.from_line` and `InstallRequirement.from_editable` to `constructors.install_req_from_line` and `constructors.install_req_from_editable`. Fixes jazzband#688
Will be released in the next hours unless something terrible happens. |
This reverts commit 70ebc2a. Fix released: jazzband/pip-tools#688
pip 18.1
did some internal changes that breakpip-tools
.Traceback example:
Seems like
InstallRequirement.from_line
is gone. We'll have to check if there's an equivalent that can be used.Environment Versions
Steps to replicate
With any
requirements.in
filepip-compile
Expected result
Success
Actual result
See traceback above.
The text was updated successfully, but these errors were encountered: