python-bigquery-pandas icon indicating copy to clipboard operation
python-bigquery-pandas copied to clipboard

conda test failing with python 3.12

Open Linchin opened this issue 1 year ago • 2 comments

error log: https://btx-internal.corp.google.com/invocations/5b5865bc-cc72-459b-8183-83ceb1a26d1e/targets

The dependencies resolved with conda is very old, compared to the former results in python 3.11, such as this one.

This error arises when running test for the python 3.12 support (#702).

Linchin avatar Dec 06 '23 20:12 Linchin

The dependencies resolved with conda is very old

Would you mind sharing which dependencies in particular need updating, please?

tswast avatar Jan 09 '24 18:01 tswast

Hi @tswast, here's a copy from the error log: https://gist.github.com/Linchin/3e9b172f7f8b976f5bc2a9bcad0adfc2

For example, google-cloud-bigquery is resolved to be v3.4.1, with the current version at v3.14.1.

Linchin avatar Jan 09 '24 19:01 Linchin

Per results in Test Fusion, there does not appear to be any issues with version 3.12.

chalmerlowe avatar Apr 01 '24 12:04 chalmerlowe