-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'paddle.fluid' #1985
Comments
我们正在排期,有进展会同步过来 |
请问,有没有临时的解决方案呀?我cuda是11.8 + ubuntu18 + paddlepaddle-gpu 0.9.0.post1102+ python 3.9.18+paddlepaddle-gpu 2.6.0.post117 。当我在转换模型的时候也是报上面的错误。报错如下: |
还没有进展吗 |
半年过去了,还没进展吗? 有什么解决方案? |
这个serving库真的一点都没人维护吗,用的真心悸 |
这个问题是不是还解决不了? |
版本迭代太慢了吧,这个serving库还有人在维护吗? |
paddle-serving-app 0.9.0
paddle-serving-client 0.9.0
paddle-serving-server-gpu 0.9.0.post112
paddlepaddle-gpu 2.6.0.post112
Traceback (most recent call last):
File "/mnt/storage/anaconda3/envs/paddle/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/mnt/storage/anaconda3/envs/paddle/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/mnt/storage/anaconda3/envs/paddle/lib/python3.9/site-packages/paddle_serving_client/convert.py", line 21, in
from .io import inference_model_to_serving
File "/mnt/storage/anaconda3/envs/paddle/lib/python3.9/site-packages/paddle_serving_client/io/init.py", line 16, in
from paddle.fluid import Executor
ModuleNotFoundError: No module named 'paddle.fluid'
新版本的paddle已经没有fluid了。serving什么时候能更新下啊
The text was updated successfully, but these errors were encountered: