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
I0117 15:13:29.754439 2468216 init.cc:237] ENV [CUSTOM_DEVICE_ROOT]=/home/maoxy/anaconda3/envs/paddle/lib/python3.10/site-packages/paddle_custom_device
I0117 15:13:29.754491 2468216 init.cc:146] Try loading custom device libs from: [/home/maoxy/anaconda3/envs/paddle/lib/python3.10/site-packages/paddle_custom_device]
Traceback (most recent call last):
File "/home/maoxy/code/test_uie/evaluate.py", line 18, in <module>
import paddle
File "/home/maoxy/anaconda3/envs/paddle/lib/python3.10/site-packages/paddle/__init__.py", line 38, in <module>
from .base import core # noqa: F401
File "/home/maoxy/anaconda3/envs/paddle/lib/python3.10/site-packages/paddle/base/__init__.py", line 204, in <module>
__bootstrap__()
File "/home/maoxy/anaconda3/envs/paddle/lib/python3.10/site-packages/paddle/base/__init__.py", line 196, in __bootstrap__
core.init_devices()
ValueError: (InvalidArgument) Fail to open library: /home/maoxy/anaconda3/envs/paddle/lib/python3.10/site-packages/paddle_custom_device/libpaddle-custom-npu.so with error: libatb.so: cannot open shared object file: No such file or directory
[Hint: dso_handle should not be null.] (at /paddle/paddle/fluid/platform/init.cc:153)
bug描述 Describe the Bug
代码
import paddle
时报错报错信息如下:
环境信息:
python版本 3.10
paddle安装命令:
其他补充信息 Additional Supplementary Information
参考历史issue[https://github.com//issues/65797],这个问题可通过source set_env.sh解决,请find当前环境atb/set_env.sh的路径,参考命令:source xxx/Ascend/mindie/latest/mindie-rt/mindie-atb/atb/set_env.sh。但我没有找到有set_env.sh这个文件,Ascend目录下仅有latest文件夹
The text was updated successfully, but these errors were encountered: