gentle-oil-40187
06/05/2025, 6:15 PMpython_requirement(
name="airbyte-cdk",
requirements=["airbyte-cdk==6.51.0"],
)
and am getting this error:
pip: ERROR: No matching distribution found for airbyte-cdk==6.51.0
However, that version is available on PyPi (and I've run into this with a few other packages so I don't think it's specific to airbyte-cdk). Any ideas on how to resolve this?
So far, I've tried pinning the version of pip used in pants.toml:
pip_version="25.0.1"
gentle-oil-40187
06/05/2025, 6:58 PM[python.resolves_to_interpreter_constraints]
example = ["CPython==3.12.*"]
so Pants knows which interpreter to use when generating the lockfile