使用Atlas 200I DK A2开发板安装了anaconda,并且安装了教程中所有所需的依赖。torch版本1.8.1,python版本3.9.7。手动编译了torch_npu的包并且正常安装后想对torch_npu进行验证,在import torch_npu时会报错ImportError: libhccl.so: cannot open shared object file: No such file or directory. Please check that the compiler package is installed. Please run 'source set_env.sh' in the CANN installation path.
根据手册输入cann工具路径下的source set_env.sh后依然存在该问题,请问该如何解决?
根据手册输入cann工具路径下的source set_env.sh后依然存在该问题,请问该如何解决?