Skip to content
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

pgl部分地方使用了接口fluid,在新版本paddlepaddle==2.6.1中被废弃了 #584

Open
dylan-yin opened this issue Jun 20, 2024 · 0 comments

Comments

@dylan-yin
Copy link

import pgl
Traceback (most recent call last):
File "", line 1, in
File "/root/anaconda3/envs/pgl23/lib/python3.10/site-packages/pgl/init.py", line 27, in
from pgl import graph
File "/root/anaconda3/envs/pgl23/lib/python3.10/site-packages/pgl/graph.py", line 28, in
from pgl.utils import op
File "/root/anaconda3/envs/pgl23/lib/python3.10/site-packages/pgl/utils/op.py", line 21, in
from pgl.utils.helper import check_is_tensor
File "/root/anaconda3/envs/pgl23/lib/python3.10/site-packages/pgl/utils/helper.py", line 18, in
from paddle.fluid.layers import core
ModuleNotFoundError: No module named 'paddle.fluid'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant