You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpcio and related files are optional dependencies, but we don't have any CI which ensures that the "optional" part is really true. We should test at least minimally without grpcio installed, and ensure that tests (or whole test modules) which depend on it are skipped.