I'm trying to setup my dev environment. I installed flytekit and the requirements for flytesnacks in an venv as recommended here:
https://docs.flyte.org/projects/cookbook/en/latest/userguide_setup.html
However, my pyflyte looks broken. I can't run any commands as they all fail with:
ModuleNotFoundError: No module named 'flyteidl.service.external_plugin_service_pb2_grpc'
That module definitely isn't installed in my venv, and I don't see the proto for it in the flyteidl repo either. Have I installed a wrong version of flytekit somehow?