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
pip install uv
uv venv
source .venv/bin/activate
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
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!
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
python --versionpip --versiongoogle-cloud-bigqueryversion:pip show google-cloud-bigquerySteps to reproduce
pip install uvuv venvsource .venv/bin/activateuv 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
# exampleStack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!