Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CT-2552] Pin protobuf to greater than 4.0 #7565

Closed
gshank opened this issue May 9, 2023 · 1 comment · Fixed by #7566
Closed

[CT-2552] Pin protobuf to greater than 4.0 #7565

gshank opened this issue May 9, 2023 · 1 comment · Fixed by #7566

Comments

@gshank
Copy link
Contributor

gshank commented May 9, 2023

Some users were seeing an error:

ImportError: cannot import name 'builder' from 'google.protobuf.internal'.
The generated types_pb2.py file was built with protobuf 4 and requires protobuf 4 in order to import "builder".

@github-actions github-actions bot changed the title Pin protobuf to greater than 4.0 [CT-2552] Pin protobuf to greater than 4.0 May 9, 2023
@pangtongs
Copy link

pangtongs commented Jun 10, 2024

Hello, is this issue resolved, or Am I doing anything wrong here? I cannot install dbt due to unable to import name 'builder'

pip install dbt-core==1.8.2
pip install dbt-bigquery==1.8.1

already ran successfully without any message.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants