Traceback (most recent call last):
File "", line 991, in _find_and_load
File "", line 961, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/init.py", line 16, in
from .token_level import *
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/init.py", line 16, in
from .method import *
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/method/init.py", line 16, in
from .attention import AttentionInterpreter
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/method/attention.py", line 19, in
from .base_interpret import TokenInterpreter
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/method/base_interpret.py", line 19, in
from ..common import merge_subword_special_idx
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/common/init.py", line 17, in
from .predict_functions import *
File "/usr/local/lib/python3.8/dist-packages/trustai/interpretation/token_level/common/predict_functions.py", line 19, in
from paddle.fluid import layers
ModuleNotFoundError: No module named 'paddle.fluid'
python-BaseException
文心一言这样说:

嘿,我搞了个PR,把fluid的代码全都迁移过来了.要是官方接受了的话,让他们来更新一下,然后去搞一下发布
嘿,我搞了个PR,把fluid的代码全都迁移过来了.要是官方接受了的话,让他们来更新一下,然后去搞一下发布
他们是不是不更新了。我看你在pypi上发了个包
嘿,我搞了个PR,把fluid的代码全都迁移过来了.要是官方接受了的话,让他们来更新一下,然后去搞一下发布
他们是不是不更新了。我看你在pypi上发了个包
嗨,我那个包也没全改,可能还有没迁移的。。你自己看看吧,反正我是不再用paddle了,这个库看样子是似了