@janakiramm I followed all the steps till the point where we have to start the Python server.
On running python Calc_Server.py I'm getting the error ->
Traceback (most recent call last):
File "Calc_Server.py", line 11, in
class Calculator(Calc_pb2.CalculatorServicer):
AttributeError: 'module' object has no attribute 'CalculatorServicer'
Versions -->
python (2.7.6)
grpcio (1.8.3)
grpcio-tools (1.8.3)
@janakiramm I followed all the steps till the point where we have to start the Python server.
On running
python Calc_Server.pyI'm getting the error ->Traceback (most recent call last):
File "Calc_Server.py", line 11, in
class Calculator(Calc_pb2.CalculatorServicer):
AttributeError: 'module' object has no attribute 'CalculatorServicer'
Versions -->