-
Notifications
You must be signed in to change notification settings - Fork 904
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
Kedro build-reqs breaks with pip>=22.0 #1208
Comments
Hi @luizvbo thanks for the bug report - this is a known issue we have a 0.17.7 patch release coming out shortly :) |
As you say it's also an issue caused downstream by pip-tools jazzband/pip-tools#1558 |
[AUTO-MERGE] Merge master into develop via merge-master-to-develop
Thank you @luizvbo for the report. As above, this is indeed an issue with pip-tools and Unfortunately the solution for kedro is not straightforward, because the pip-tools fix that has just been merged (that will go into 6.5.0) also drops support for Python 3.6, which we still support on kedro 0.17.x. In theory we could bump our requirements from I also don't think it's good for us to constrain pip in the kedro requirements, so overall I think we should just leave our requirements how they are with
|
Looks like pip-tools 6.5.0 has just been released - I wasn't expecting that to happen so soon! In this case we should be able to bump to |
Description
If I run
kedro build-reqs
withpip>=22.0
, an error is raised by piptools. I assume this bug was introduced by the release of the version22.x
ofpip
on 30/01/2022.Context
I update the version of my
pip
package to22.0.3
and tried to build the requirements of my kedro package withkedro build-reqs
, which raises the following error:Notice that, when I downgrade pip to 21.3.1, the problem is fixed.
Your Environment
The text was updated successfully, but these errors were encountered: