Hello, friend!
According to the error screenshot, the possible cause is the permission of the kernel_meta folder. Delete the kernel_meta folder and try again.
In addition, please check your environment variables. I encountered a similar problem before. You can modify the environment variables by referring to the following content:
export ASCEND_HOME=/usr/local/HiAI
export install_path=/usr/local/HiAI/ascend-toolkit/latest
export LD_LIBRARY_PATH=ASCENDHOME/add−ons:{install_path}/acllib/lib64:installpath/atc/lib64:{install_path}/toolkit/lib64
export PATH=/usr/local/python3.7/bin:installpath/atc/cceccompiler/bin:{install_path}/atc/bin:PATHexportPATH={install_path}/toolkit/bin:PATHexportPYTHONPATH={install_path}/atc/python/site-packages:installpath/toolkit/python/site−packages:{install_path}/atc/python/site-packages/auto_tune.egg/auto_tune:installpath/atc/python/site−packages/schedulesearch.egg:PYTHONPATH
export ASCEND_OPP_PATH=/usr/local/HiAI/opp
HOpe this helps!