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
I kept getting this error while building some of the neural network docker images (only tried for GNN-s2v and GGSSN-GMN).
Apparently, it is related to this grpc/grpc#34569 which I was able to fix by changing the explicitly specifying the version of grpcio that I wanted to be used in the requirements. There probably is a better fix for this, but I am just putting it out there in case someone might need it too.
Here is what my requirements.txt file looks like for GGSSN-GMN
I kept getting this error while building some of the neural network docker images (only tried for GNN-s2v and GGSSN-GMN).
Apparently, it is related to this grpc/grpc#34569 which I was able to fix by changing the explicitly specifying the version of grpcio that I wanted to be used in the requirements. There probably is a better fix for this, but I am just putting it out there in case someone might need it too.
Here is what my requirements.txt file looks like for GGSSN-GMN
The text was updated successfully, but these errors were encountered: