Downgrade Kornia with \python_embeded\python.exe -m pip uninstall -y kornia \python_embeded\python.exe -m pip install kornia==0.6.12 fixes the issue with import failed error in manager.
Downgrade Kornia
with
\python_embeded\python.exe -m pip uninstall -y kornia
\python_embeded\python.exe -m pip install kornia==0.6.12
fixes the issue with import failed error in manager.