Open the-programmerr opened 2 years ago
Any solution for this? I also encounter this problem.
You could try these command:
sudo python3 -m pip install grpcio
sudo python3 -m pip install grpcio-tools
It works. Thank you so much.
Writing the above commands didn't work for me, is there another command that could help solving this issue?
I solved it by adding 'path_to_your_repo/federated-xgboost/python_package' to PATH and reinstall everything
I got this error while running demo.
It seems that fxgb-pb2 should be generated automatically. But it doesn't happen, do you have any suggestions?
I look forward to your reply . Thank you.