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

ModuleNotFoundError with old version of google-cloud-spanner (3.9.0) #168

Description

@aderk

Environment details

  • Programming language: python
  • OS: linux
  • Language runtime version: 3.8.8
  • Package version: 1.0.0

Steps to reproduce

  1. Use google-cloud-spanner 3.9.0 (3.12.0 is latest)
  2. Do anything (e.g. SELECT) with python-spanner-alchemy
  3. returns ModuleNotFoundError: No module named 'google.cloud.spanner_v1.data_types'

Steps to resolve:

Update google-cloud-spanner (3.12.0 works, I'm not sure what the minimal version required is)

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/python-spanner-sqlalchemy API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions