pip install kedro-datasets[<optional>]
doesn't work with pip 24.0
#553
Labels
bug
Something isn't working
kedro-datasets[<optional>]
doesn't work with pip 24.0
#553
Description
pip
has been an ongoing issue with CI, but now it's also affecting users. For an user who start with an environment withpip==24.0
, after runningkedro-datasets[pandas.ParquetDataest]
, it does not fail but rather silently skip depdencies such aspyarrow
.pip related hot fixes recently:
pip<23.2
and skip one micropkg test to unblock CI from breaking changes kedro#2816--resolver=backtracking
withkedro build-reqs
in e2e tests kedro#3010pip
version and bump actions versions kedro#3598Context
Steps to Reproduce
Expected Result
Actual Result
Your Environment
pip show kedro
orkedro -V
):python -V
):The text was updated successfully, but these errors were encountered: