https://dagster.io/ logo
Title
a

Andrea

02/13/2023, 12:16 PM
Facing an issue, launching
dagster dev
pointing to a
workspace.yaml
with two code locations (e.g two local modules) does not work, dagster freezes up on "Launching Dagster Services". If I comment out one of the two modules, dagster launches properly, and if reintroduce the module after dagster is running, and press the reload button on the UI, everything works fine.
d

daniel

02/13/2023, 1:05 PM
Hi Andrea, can you check what version of the grpcio package you have installed?
a

Andrea

02/13/2023, 1:33 PM
Thanks Daniel for following up! grpcio==1.48.0 grpcio-health-checking==1.43.0
And immediately after googling dagster found the github issue that pointed to the dead locks :D Seems upgrading is not possible as dagster does not support beyond 1.48.0, but downgrading to 1.47 solved my problem!
😛artydagster: 1