PaddleFL icon indicating copy to clipboard operation
PaddleFL copied to clipboard

cannot find paddle_serving_client

Open NLGithubWP opened this issue 2 years ago • 2 comments

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'

NLGithubWP avatar Jun 14 '22 16:06 NLGithubWP

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

ghost avatar Aug 09 '22 06:08 ghost

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

qjing666 avatar Nov 04 '22 02:11 qjing666