-
Notifications
You must be signed in to change notification settings - Fork 905
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 forces pip-tools~=6.5 and fails with new pip==23.2.0 & pip-tools==7.0.0 #2807
Comments
Thanks for reporting @FloridaDataGuy , we'll have a look at this soon. |
@astrojuanlu Anything |
Ah thanks, I thought we only update test requirements. I will close this issue then. @FloridaDataGuy this should be fixed and will be available in next release (coming this week) |
Description
Kedro forces pip-tools~=6.5 and fails with new pip==23.2.0 & pip-tools==7.0.0.
As I undestand pip-tools are fixed in dependencies/requriements.txt in Kedro package source.
Context
Trying to use the latest combination of
pip==23.2.0
andpip-tools==7.0.0
. Can not instantiate virtual environment if there is a requrementkedro==0.18.11
.Steps to Reproduce
enter into requrements.in pip-tools==7.0.0, kedro==0.18.11
install pip==23.2.0
run pip-compile
Expected Result
Receive compiled requirements.txt.
Actual Result
pip-compile fails with the following error:
Your Environment
pip show kedro
orkedro -V
): 0.18.11python -V
): 3.10.12The text was updated successfully, but these errors were encountered: