Getting the following error, ``` ERROR: Failed ...
# general
r
Getting the following error,
Copy code
ERROR: Failed building wheel for grpcio
  Running setup.py clean for grpcio
Failed to build grpcio
Installing collected packages: protobuf, grpcio, dill, pulumi, semver, attrs, arpeggio, parver, pulumi-aws
    Running setup.py install for grpcio ... error
    ERROR: Command errored out with exit status 1:
w
That looks like
grpcio
failed to install correctly. I see some issues online with GRPC not working correctly on Python 3.8 yet - and I see you already chimed in on the same: https://github.com/grpc/grpc/issues/20831 And appears this is the main tracking issue on the grpc side: https://github.com/grpc/grpc/issues/20615
r
Thanks. Happened to see this myself after having a look around. Also added my comment! Thanks Luke.