1.安装失败,无法编译
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
解决办法:
https://stackoverflow.com/questions/64261546/python-cant-install-packages
2.安装成功后,导入包失败,can't import mesh_core_cython
(1)删除insightface安装包
(2)进入mesh_core_cython路径,执行下面脚本
python setup.py build_ext -i
(3)重新安装insightface

这篇博客主要介绍了在安装Python包时遇到的Microsoft Visual C++ 14.0编译错误,以及如何通过下载Microsoft C++ Build Tools来解决。此外,还详细阐述了在安装insightface包后,导入mesh_core_cython失败的解决方案,包括删除insightface、手动执行脚本来重建mesh_core_cython以及重新安装insightface的步骤。

1920

被折叠的 条评论
为什么被折叠?



