PaddlePaddle / PaddleFL

Federated Deep Learning in PaddlePaddle
Apache License 2.0
496 stars 120 forks source link

cannot find paddle_serving_client #261

Open NLGithubWP opened 2 years ago

NLGithubWP commented 2 years ago

Traceback (most recent call last): File "fl_trainer.py", line 15, in from paddle_fl.paddle_fl.core.trainer.fl_trainer import FLTrainerFactory File "/usr/local/python/lib/python3.8/site-packages/paddle_fl/paddle_fl/core/trainer/fl_trainer.py", line 22, in import paddle_serving_client.io as serving_io ModuleNotFoundError: No module named 'paddle_serving_client'

ghost commented 2 years ago

Hey, I have the exact same problem. If you found a solution could you please share it here?

qjing666 commented 1 year ago

Hey, I have the exact same problem. If you found a solution could you please share it here?

please try this: pip install paddle-serving-client==0.4.0