Alex Langenfeld
Alex Langenfeld
Current dependencies on/for this PR: * master * **PR #9082** 👈 This comment was auto-generated by [Graphite](https://app.graphite.dev/github/pr/dagster-io/dagster/9082?utm_source=stack-comment).
The workaround in the grpc issue mentioned above worked for me ``` export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 pip install dagit dagit -f /tmp/repro.py ```
> did you run that with the terminal in rosetta 2 ? This was in a non-rosetta terminal, and I checked the python processes in `Activity Monitor` to ensure they...
> @alangenfeld this is probably hitting the grpc timeout? Iirc we made this configurable? i did add `DAGSTER_GRPC_TIMEOUT_SECONDS` as an env var that can be set, its not clear to...
related: https://github.com/dagster-io/dagster/issues/7109
It could be done. We would need to make sure that the webapp degrades gracefully in its absence and ideally points a user in the right direction if the feature...
I think that excerpt is pretty good - the "Run config is either defined in code or in the Dagit launchpad." part is maybe lacking in specific detail that could...
Current dependencies on/for this PR: * master * **PR #9741** 👈 This comment was auto-generated by [Graphite](https://app.graphite.dev/github/pr/dagster-io/dagster/9741?utm_source=stack-comment).
Current dependencies on/for this PR: * master * **PR #9330** * **PR #9334** 👈 This comment was auto-generated by [Graphite](https://app.graphite.dev/github/pr/dagster-io/dagster/9334?utm_source=stack-comment).
It seems one cause of this error still effecting some people is not having `pip` up to date. Make sure you have the most up to date `pip` (`pip install...