[ERROR] ME(791628:281473749528608,MainProcess):2026-02-02-10:26:52.281.000 [mindspore/run_check/_check_version.py:352] CheckFailed: No module named ‘te’
[CRITICAL] ME(791628:281473749528608,MainProcess):2026-02-02-10:26:52.282.000 [mindspore/run_check/_check_version.py:353] MindSpore relies on whl package “te” in Ascend AI software package (Ascend Data Center Solution). Please check whether they are installed correctly or not, refer to the match info on: https://www.mindspore.cn/install
pip show te
显示的Location
是不是/usr/local/Ascend/ascend-toolkit/latest/python/site-packages
执行pip uninstall te,但不要真的去删除,只是为了看下te的安装路径。
Found existing installation: te 0.4.0
Uninstalling te-0.4.0:
Would remove:
/usr/local/Ascend/ascend-toolkit/8.5.0/python/site-packages/tbe/*
/usr/local/Ascend/ascend-toolkit/8.5.0/python/site-packages/te-0.4.0.dist-info/*
/usr/local/Ascend/ascend-toolkit/8.5.0/python/site-packages/te/*
/usr/local/Ascend/ascend-toolkit/8.5.0/python/site-packages/te_fusion/*
Proceed (Y/n)?