Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Project metadata with invalid pyarrow version pin #1818

@noklam

Description

@noklam

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

If you are still having issues, please be sure to include as much information as possible:

Environment details

  • OS type and version:
  • Python version: python --version
  • pip version: pip --version
  • google-cloud-bigquery version: pip show google-cloud-bigquery

Steps to reproduce

  1. pip install uv
  2. uv venv
  3. source .venv/bin/activate
  4. uv pip install kedro-datasets[all]

I am trying out the new package manager uv, and from the error it seems to complain about the pin in this package is no a valid version.

Code example

# example

Stack trace

> (.venv) gitpod /workspace/kedro-plugins (main) $ uv pip install -e "kedro-datasets[all]"
>    Built file:///workspace/kedro-plugins/kedro-datasets                                                                                             Built 1 editable in 1.54s
> error: Failed to download: google-cloud-bigquery==1.28.2
>   Caused by: Couldn't parse metadata of google_cloud_bigquery-1.28.2-py2.py3-none-any.whl from https://files.pythonhosted.org/packages/ce/af/89ccb3dd70a86516cb408dd7b7484d2fdd073bdce6405f722f75e6058e66/google_cloud_bigquery-1.28.2-py2.py3-none-any.whl
>   Caused by: after parsing 2.0, found "de" after it, which is not part of a valid version
> pyarrow (<2.0de,>=1.0.0) ; (python_version >= "3.5") and extra == 'all'

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigqueryIssues related to the googleapis/python-bigquery API.priority: p3Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions