-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
1.8.2 - ImportError: cannot import name 'runtime_version' from 'google.protobuf' #23854
Comments
Hi @rossserven - thanks for reporting this, we're fixing the action in dagster-io/dagster-cloud-action#195. You can apply that same change to your github repo and it should work (specifically, replacing |
This is now fixed for new users going through the flow. If the github action has already been scaffolded in a github repo, applying the change above will fix it. |
Hold that thought actually - we temporarily rolled back the fix, but it should be live soon. The above workaround should still work in the meantime. |
@gibsondan hello, I also found this problem lately and it really locks me for getting the newest version. Is this actually still in the broken state now or can I just re-scaffold it? |
This is fixed now if you re-scaffold, sorry for not updating this task. Or you can apply that change above to the action yaml if you have already scaffolded. |
@gibsondan thank you very much 👍 |
That’s all you should need to do to make it work, yes |
Dagster version
1.8.2
What's the issue?
The 'Prepare DBT project for deployment' Github Action step is failing with
File "/home/runner/.local/lib/python3.8/site-packages/grpc_health/v1/health_pb2.py", line 9, in <module> from google.protobuf import runtime_version as _runtime_version ImportError: cannot import name 'runtime_version' from 'google.protobuf' (/home/runner/.local/lib/python3.8/site-packages/google/protobuf/__init__.py) Error: Process completed with exit code 1.
I am not seeing the same error under 1.8.1
install_requires=[ "dagster<1.8.2", "dagster-cloud<1.8.2", "dagster-dbt<1.8.2", ... ],
What did you expect to happen?
No response
How to reproduce?
No response
Deployment type
Dagster Cloud
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: