You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: